#36067B

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

Shades of Persian Indigo #36067B

Tints of Persian Indigo #36067B

Color information

#36067B (or 0x36067B) is unknown color: approx Persian Indigo. HEX triplet: 36, 06 and 7B. RGB value is (54,6,123). Sum of RGB (Red+Green+Blue) = 54+6+123=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #36067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36067B is #C9F984. Grayscale: #212121. Windows color (decimal): -13236613 or 8062518. OLE color: 8062518.

HSL color Cylindrical-coordinate representation of color #36067B: hue angle of 264.62º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36067B is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB546123-
CMYK0.560.9500.52
HSL264.62º90.7%25.29%-
HSV(B)264.62º95.12%48.24%-
XYZ5.162.3418.92-
YUV33.69178.4142.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 6 (2.73% from 255) = 3.28%
BLUE value IS 123 (48.44% from 255) = 67.21%
R=29.51%
G=3.28%
B=67.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5461230.560.9500.52264.6290.725.29
Hex3667B385F0341095b19
Octal6661737013706441113331
Binary110110110111101111100010111110110100100001001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36067B; }

 p { color: rgb(54,6,123); }

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

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

 a { background-color: rgb(54,6,123); }

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

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

 span { border-color: rgb(54,6,123); }

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