#37228b

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

Shades of Persian Indigo #37228B

Tints of Persian Indigo #37228B

Color information

#37228B (or 0x37228B) is unknown color: approx Persian Indigo. HEX triplet: 37, 22 and 8B. RGB value is (55,34,139). Sum of RGB (Red+Green+Blue) = 55+34+139=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #37228B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37228B is #C8DD74. Grayscale: #333333. Windows color (decimal): -13163893 or 9118263. OLE color: 9118263.

HSL color Cylindrical-coordinate representation of color #37228B: hue angle of 252º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37228B is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5534139-
CMYK0.600.7600.45
HSL252º60.69%33.92%-
HSV(B)252º75.54%54.51%-
XYZ6.813.8224.8-
YUV52.25176.96129.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 139 (54.69% from 255) = 60.96%
R=24.12%
G=14.91%
B=60.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55341390.600.7600.4525260.6933.92
Hex37228B3C4C02Dfc3d22
Octal6742213741140553747542
Binary110111100010100010111111001001100010110111111100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37228b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37228b; }

 p { color: rgb(55,34,139); }

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

<style>
 a { background-color: #37228b; }

 a { background-color: rgb(55,34,139); }

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

<style>
 span { border-color: #37228b; }

 span { border-color: rgb(55,34,139); }

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