#360469

Color #360469 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #360469

Tints of Persian Indigo #360469

Color information

#360469 (or 0x360469) is unknown color: approx Persian Indigo. HEX triplet: 36, 04 and 69. RGB value is (54,4,105). Sum of RGB (Red+Green+Blue) = 54+4+105=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #360469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360469 is #C9FB96. Grayscale: #1E1E1E. Windows color (decimal): -13237143 or 6882358. OLE color: 6882358.

HSL color Cylindrical-coordinate representation of color #360469: hue angle of 269.7º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360469 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB544105-
CMYK0.490.9600.59
HSL269.7º92.66%21.37%-
HSV(B)269.7º96.19%41.18%-
XYZ4.111.8913.51-
YUV30.46170.06144.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 33.13%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 105 (41.41% from 255) = 64.42%
R=33.13%
G=2.45%
B=64.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5441050.490.9600.59269.792.6621.37
Hex36469316003B10e5d15
Octal6641516114007341613525
Binary110110100110100111000111000000111011100001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360469; }

 p { color: rgb(54,4,105); }

 H1.HeaderClassName
 {
   color: #360469;
 }
 .AnyTagClassName
 {
   color: #360469;
 }
</style>
background-color css

<style>
 a { background-color: #360469; }

 a { background-color: rgb(54,4,105); }

 div.DivClassName
 {
   background-color: #360469;
 }
 .BgClassName
 {
   background-color: #360469;
 }
</style>
border-color css

<style>
 span { border-color: #360469; }

 span { border-color: rgb(54,4,105); }

 td.TdClassName
 {
   border-color: #360469;
 }
 .TagClassName
 {
   border-color: #360469;
 }
</style>