Html Css Color HEX #371172 Persian Indigo

📋 copy color: '#371172'

red 55 ◦ green 17 ◦ blue 114

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

Shades of Persian Indigo #371172

Tints of Persian Indigo #371172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

 BLUE value IS 114 (44.92% from 255) = 61.29%

R = 29.57%
G = 9.14%
B = 61.29%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371172 (or 0x371172) is known color: Persian Indigo. HEX triplet: 37, 11 and 72. RGB value is (55,17,114). Sum of RGB (Red+Green+Blue) = 55+17+114=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #371172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371172 is #C8EE8D. Grayscale: #272727. Windows color (decimal): -13168270 or 7475511. OLE color: 7475511.

HSL color Cylindrical-coordinate representation of color #371172: hue angle of 263.51º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371172 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 17 114 -
CMYK 0.52 0.85 0 0.55
HSL 263.51º 0.74% 0.26% -
HSV(B) 263.51º 0.85% 0.45% -
XYZ 4.81 2.43 16.13 -
YUV 39.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 55 17 114 0.52 0.85 0 0.55 263.51 0.74 0.26
Hex 37 11 72 34 55 0 37 108 4A 1A
Octal 67 21 162 64 125 0 67 410 112 32
Binary 110111 10001 1110010 110100 1010101 0 110111 100001000 1001010 11010

Color Harmonies of #371172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371172

Black with #371172

Text Example


Text Example

White with #371172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371172; }

 p { color: rgb(55,17,114); }

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

background-color css

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

 a { background-color: rgb(55,17,114); }

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

border-color css

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

 span { border-color: rgb(55,17,114); }

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