#37238E

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

Shades of Persian Indigo #37238E

Tints of Persian Indigo #37238E

Color information

#37238E (or 0x37238E) is unknown color: approx Persian Indigo. HEX triplet: 37, 23 and 8E. RGB value is (55,35,142). Sum of RGB (Red+Green+Blue) = 55+35+142=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #37238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37238E is #C8DC71. Grayscale: #343434. Windows color (decimal): -13163634 or 9315127. OLE color: 9315127.

HSL color Cylindrical-coordinate representation of color #37238E: hue angle of 251.21º 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 #37238E is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5535142-
CMYK0.610.7500.44
HSL251.21º60.45%34.71%-
HSV(B)251.21º75.35%55.69%-
XYZ7.063.9725.98-
YUV53.18178.13129.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.71%
GREEN value IS 35 (14.06% from 255) = 15.09%
BLUE value IS 142 (55.86% from 255) = 61.21%
R=23.71%
G=15.09%
B=61.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55351420.610.7500.44251.2160.4534.71
Hex37238E3D4B02Cfb3c23
Octal6743216751130543737443
Binary110111100011100011101111011001011010110011111011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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