Html Css Color HEX #37227C Persian Indigo

📋 copy color: '#37227C'

red 55 ◦ green 34 ◦ blue 124

#37227C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #37227C

Tints of Persian Indigo #37227C

RGB

 RED value IS 55 (21.88% from 255) = 25.82%

 GREEN value IS 34 (13.67% from 255) = 15.96%

 BLUE value IS 124 (48.83% from 255) = 58.22%

R = 25.82%
G = 15.96%
B = 58.22%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37227C (or 0x37227C) is known color: Persian Indigo. HEX triplet: 37, 22 and 7C. RGB value is (55,34,124). Sum of RGB (Red+Green+Blue) = 55+34+124=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #37227C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37227C is #C8DD83. Grayscale: #323232. Windows color (decimal): -13163908 or 8135223. OLE color: 8135223.

HSL color Cylindrical-coordinate representation of color #37227C: hue angle of 254º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37227C is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 34 124 -
CMYK 0.56 0.73 0 0.51
HSL 254º 0.57% 0.31% -
HSV(B) 254º 0.73% 0.49% -
XYZ 5.79 3.41 19.42 -
YUV 50.54 169.46 131.18 -
System Red Green Blue C M Y K H S L
Decimal 55 34 124 0.56 0.73 0 0.51 254 0.57 0.31
Hex 37 22 7C 38 49 0 33 FE 39 1F
Octal 67 42 174 70 111 0 63 376 71 37
Binary 110111 100010 1111100 111000 1001001 0 110011 11111110 111001 11111

Color Harmonies of #37227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37227C

Black with #37227C

Text Example


Text Example

White with #37227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37227C; }

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

 H1.HeaderClassName
 {
   color: #37227C;
 }
 .AnyTagClassName
 {
   color: #37227C;
 }
</style>

background-color css

<style>
 a { background-color: #37227C; }

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

 div.DivClassName
 {
   background-color: #37227C;
 }
 .BgClassName
 {
   background-color: #37227C;
 }
</style>

border-color css

<style>
 span { border-color: #37227C; }

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

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