Html Css Color HEX #37237C Persian Indigo

📋 copy color: '#37237C'

red 55 ◦ green 35 ◦ blue 124

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

Shades of Persian Indigo #37237C

Tints of Persian Indigo #37237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

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

R = 25.7%
G = 16.36%
B = 57.94%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37237C (or 0x37237C) is known color: Persian Indigo. HEX triplet: 37, 23 and 7C. RGB value is (55,35,124). Sum of RGB (Red+Green+Blue) = 55+35+124=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #37237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37237C is #C8DC83. Grayscale: #323232. Windows color (decimal): -13163652 or 8135479. OLE color: 8135479.

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

Color convert

RGB 55 35 124 -
CMYK 0.56 0.72 0 0.51
HSL 253.48º 0.56% 0.31% -
HSV(B) 253.48º 0.72% 0.49% -
XYZ 5.81 3.47 19.43 -
YUV 51.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 55 35 124 0.56 0.72 0 0.51 253.48 0.56 0.31
Hex 37 23 7C 38 48 0 33 FD 38 1F
Octal 67 43 174 70 110 0 63 375 70 37
Binary 110111 100011 1111100 111000 1001000 0 110011 11111101 111000 11111

Color Harmonies of #37237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37237C

Black with #37237C

Text Example


Text Example

White with #37237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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