Html Css Color HEX #37237D Persian Indigo

📋 copy color: '#37237D'

red 55 ◦ green 35 ◦ blue 125

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

Shades of Persian Indigo #37237D

Tints of Persian Indigo #37237D

RGB

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

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

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

R = 25.58%
G = 16.28%
B = 58.14%

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

#37237D (or 0x37237D) is known color: Persian Indigo. HEX triplet: 37, 23 and 7D. RGB value is (55,35,125). Sum of RGB (Red+Green+Blue) = 55+35+125=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #37237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37237D is #C8DC82. Grayscale: #323232. Windows color (decimal): -13163651 or 8201015. OLE color: 8201015.

HSL color Cylindrical-coordinate representation of color #37237D: hue angle of 253.33º 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 #37237D is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 35 125 -
CMYK 0.56 0.72 0 0.51
HSL 253.33º 0.56% 0.31% -
HSV(B) 253.33º 0.72% 0.49% -
XYZ 5.88 3.49 19.77 -
YUV 51.24 169.63 130.68 -
System Red Green Blue C M Y K H S L
Decimal 55 35 125 0.56 0.72 0 0.51 253.33 0.56 0.31
Hex 37 23 7D 38 48 0 33 FD 38 1F
Octal 67 43 175 70 110 0 63 375 70 37
Binary 110111 100011 1111101 111000 1001000 0 110011 11111101 111000 11111

Color Harmonies of #37237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37237D

Black with #37237D

Text Example


Text Example

White with #37237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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