Html Css Color HEX #37157C Persian Indigo

📋 copy color: '#37157C'

red 55 ◦ green 21 ◦ blue 124

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

Shades of Persian Indigo #37157C

Tints of Persian Indigo #37157C

RGB

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

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

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

R = 27.5%
G = 10.5%
B = 62%

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

#37157C (or 0x37157C) is known color: Persian Indigo. HEX triplet: 37, 15 and 7C. RGB value is (55,21,124). Sum of RGB (Red+Green+Blue) = 55+21+124=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #37157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37157C is #C8EA83. Grayscale: #2A2A2A. Windows color (decimal): -13167236 or 8131895. OLE color: 8131895.

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

Color convert

RGB 55 21 124 -
CMYK 0.56 0.83 0 0.51
HSL 259.81º 0.71% 0.28% -
HSV(B) 259.81º 0.83% 0.49% -
XYZ 5.48 2.8 19.32 -
YUV 42.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 55 21 124 0.56 0.83 0 0.51 259.81 0.71 0.28
Hex 37 15 7C 38 53 0 33 104 47 1C
Octal 67 25 174 70 123 0 63 404 107 34
Binary 110111 10101 1111100 111000 1010011 0 110011 100000100 1000111 11100

Color Harmonies of #37157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37157C

Black with #37157C

Text Example


Text Example

White with #37157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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