Html Css Color HEX #37247D Persian Indigo

📋 copy color: '#37247D'

red 55 ◦ green 36 ◦ blue 125

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

Shades of Persian Indigo #37247D

Tints of Persian Indigo #37247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.67%

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

R = 25.46%
G = 16.67%
B = 57.87%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37247D (or 0x37247D) is known color: Persian Indigo. HEX triplet: 37, 24 and 7D. RGB value is (55,36,125). Sum of RGB (Red+Green+Blue) = 55+36+125=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #37247D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37247D is #C8DB82. Grayscale: #333333. Windows color (decimal): -13163395 or 8201271. OLE color: 8201271.

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

Color convert

RGB 55 36 125 -
CMYK 0.56 0.71 0 0.51
HSL 252.81º 0.55% 0.32% -
HSV(B) 252.81º 0.71% 0.49% -
XYZ 5.91 3.55 19.78 -
YUV 51.83 169.29 130.26 -
System Red Green Blue C M Y K H S L
Decimal 55 36 125 0.56 0.71 0 0.51 252.81 0.55 0.32
Hex 37 24 7D 38 47 0 33 FD 37 20
Octal 67 44 175 70 107 0 63 375 67 40
Binary 110111 100100 1111101 111000 1000111 0 110011 11111101 110111 100000

Color Harmonies of #37247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37247D

Black with #37247D

Text Example


Text Example

White with #37247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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