#36238E

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

Shades of Persian Indigo #36238E

Tints of Persian Indigo #36238E

Color information

#36238E (or 0x36238E) is unknown color: approx Persian Indigo. HEX triplet: 36, 23 and 8E. RGB value is (54,35,142). Sum of RGB (Red+Green+Blue) = 54+35+142=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #36238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36238E is #C9DC71. Grayscale: #343434. Windows color (decimal): -13229170 or 9315126. OLE color: 9315126.

HSL color Cylindrical-coordinate representation of color #36238E: hue angle of 250.65º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36238E is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5435142-
CMYK0.620.7500.44
HSL250.65º60.45%34.71%-
HSV(B)250.65º75.35%55.69%-
XYZ73.9425.98-
YUV52.88178.29128.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 35 (14.06% from 255) = 15.15%
BLUE value IS 142 (55.86% from 255) = 61.47%
R=23.38%
G=15.15%
B=61.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54351420.620.7500.44250.6560.4534.71
Hex36238E3E4B02Cfb3c23
Octal6643216761130543737443
Binary110110100011100011101111101001011010110011111011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,35,142); }

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

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

 a { background-color: rgb(54,35,142); }

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

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

 span { border-color: rgb(54,35,142); }

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