#36039E

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

Shades of Persian Indigo #36039E

Tints of Persian Indigo #36039E

Color information

#36039E (or 0x36039E) is unknown color: approx Persian Indigo. HEX triplet: 36, 03 and 9E. RGB value is (54,3,158). Sum of RGB (Red+Green+Blue) = 54+3+158=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 158 (62.11% from 255 or 73.49% from 215); Max value from RGB is 158 - color contains mainly: blue. Hex color #36039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36039E is #C9FC61. Grayscale: #232323. Windows color (decimal): -13237346 or 10355510. OLE color: 10355510.

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

Color convert

RGB543158-
CMYK0.660.9800.38
HSL259.74º96.27%31.57%-
HSV(B)259.74º98.1%61.96%-
XYZ7.733.3232.58-
YUV35.92196.9140.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 158 (62.11% from 255) = 73.49%
R=25.12%
G=1.40%
B=73.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5431580.660.9800.38259.7496.2731.57
Hex3639E42620261046020
Octal66323610214204640414040
Binary11011011100111101000010110001001001101000001001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36039E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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