#36069E

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

Shades of Persian Indigo #36069E

Tints of Persian Indigo #36069E

Color information

#36069E (or 0x36069E) is unknown color: approx Persian Indigo. HEX triplet: 36, 06 and 9E. RGB value is (54,6,158). Sum of RGB (Red+Green+Blue) = 54+6+158=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 158 (62.11% from 255 or 72.48% from 218); Max value from RGB is 158 - color contains mainly: blue. Hex color #36069E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36069E is #C9F961. Grayscale: #252525. Windows color (decimal): -13236578 or 10356278. OLE color: 10356278.

HSL color Cylindrical-coordinate representation of color #36069E: hue angle of 258.95º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36069E is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB546158-
CMYK0.660.9600.38
HSL258.95º92.68%32.16%-
HSV(B)258.95º96.2%61.96%-
XYZ7.763.3832.59-
YUV37.68195.9139.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 6 (2.73% from 255) = 2.75%
BLUE value IS 158 (62.11% from 255) = 72.48%
R=24.77%
G=2.75%
B=72.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5461580.660.9600.38258.9592.6832.16
Hex3669E42600261035d20
Octal66623610214004640313540
Binary110110110100111101000010110000001001101000000111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36069E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36069E; }

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

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

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

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

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

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

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

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