Html Css Color HEX #37157D Persian Indigo

📋 copy color: '#37157D'

red 55 ◦ green 21 ◦ blue 125

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

Shades of Persian Indigo #37157D

Tints of Persian Indigo #37157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.45%

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

R = 27.36%
G = 10.45%
B = 62.19%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37157D (or 0x37157D) is known color: Persian Indigo. HEX triplet: 37, 15 and 7D. RGB value is (55,21,125). Sum of RGB (Red+Green+Blue) = 55+21+125=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #37157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37157D is #C8EA82. Grayscale: #2A2A2A. Windows color (decimal): -13167235 or 8197431. OLE color: 8197431.

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

Color convert

RGB 55 21 125 -
CMYK 0.56 0.83 0 0.51
HSL 259.62º 0.71% 0.29% -
HSV(B) 259.62º 0.83% 0.49% -
XYZ 5.55 2.83 19.66 -
YUV 43.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 55 21 125 0.56 0.83 0 0.51 259.62 0.71 0.29
Hex 37 15 7D 38 53 0 33 104 47 1D
Octal 67 25 175 70 123 0 63 404 107 35
Binary 110111 10101 1111101 111000 1010011 0 110011 100000100 1000111 11101

Color Harmonies of #37157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37157D

Black with #37157D

Text Example


Text Example

White with #37157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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