Html Css Color HEX #37207D Persian Indigo

📋 copy color: '#37207D'

red 55 ◦ green 32 ◦ blue 125

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

Shades of Persian Indigo #37207D

Tints of Persian Indigo #37207D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.09%

 BLUE value IS 125 (49.22% from 255) = 58.96%

R = 25.94%
G = 15.09%
B = 58.96%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37207D (or 0x37207D) is known color: Persian Indigo. HEX triplet: 37, 20 and 7D. RGB value is (55,32,125). Sum of RGB (Red+Green+Blue) = 55+32+125=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #37207D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37207D is #C8DF82. Grayscale: #313131. Windows color (decimal): -13164419 or 8200247. OLE color: 8200247.

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

Color convert

RGB 55 32 125 -
CMYK 0.56 0.74 0 0.51
HSL 254.84º 0.59% 0.31% -
HSV(B) 254.84º 0.74% 0.49% -
XYZ 5.79 3.33 19.74 -
YUV 49.48 170.62 131.94 -
System Red Green Blue C M Y K H S L
Decimal 55 32 125 0.56 0.74 0 0.51 254.84 0.59 0.31
Hex 37 20 7D 38 4A 0 33 FF 3B 1F
Octal 67 40 175 70 112 0 63 377 73 37
Binary 110111 100000 1111101 111000 1001010 0 110011 11111111 111011 11111

Color Harmonies of #37207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37207D

Black with #37207D

Text Example


Text Example

White with #37207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37207D; }

 p { color: rgb(55,32,125); }

 H1.HeaderClassName
 {
   color: #37207D;
 }
 .AnyTagClassName
 {
   color: #37207D;
 }
</style>

background-color css

<style>
 a { background-color: #37207D; }

 a { background-color: rgb(55,32,125); }

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

border-color css

<style>
 span { border-color: #37207D; }

 span { border-color: rgb(55,32,125); }

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