#36078C

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

Shades of Persian Indigo #36078C

Tints of Persian Indigo #36078C

Color information

#36078C (or 0x36078C) is unknown color: approx Persian Indigo. HEX triplet: 36, 07 and 8C. RGB value is (54,7,140). Sum of RGB (Red+Green+Blue) = 54+7+140=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #36078C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36078C is #C9F873. Grayscale: #232323. Windows color (decimal): -13236340 or 9176886. OLE color: 9176886.

HSL color Cylindrical-coordinate representation of color #36078C: hue angle of 261.2º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36078C is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB547140-
CMYK0.610.9500.45
HSL261.2º90.48%28.82%-
HSV(B)261.2º95%54.9%-
XYZ6.332.8325.02-
YUV36.22186.57140.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 7 (3.12% from 255) = 3.48%
BLUE value IS 140 (55.08% from 255) = 69.65%
R=26.87%
G=3.48%
B=69.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5471400.610.9500.45261.290.4828.82
Hex3678C3D5F02D1055a1d
Octal6672147513705540513235
Binary1101101111000110011110110111110101101100000101101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36078C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36078C; }

 p { color: rgb(54,7,140); }

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

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

 a { background-color: rgb(54,7,140); }

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

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

 span { border-color: rgb(54,7,140); }

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