Html Css Color HEX #371170 Persian Indigo

📋 copy color: '#371170'

red 55 ◦ green 17 ◦ blue 112

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

Shades of Persian Indigo #371170

Tints of Persian Indigo #371170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 60.87%

R = 29.89%
G = 9.24%
B = 60.87%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#371170 (or 0x371170) is known color: Persian Indigo. HEX triplet: 37, 11 and 70. RGB value is (55,17,112). Sum of RGB (Red+Green+Blue) = 55+17+112=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #371170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371170 is #C8EE8F. Grayscale: #262626. Windows color (decimal): -13168272 or 7344439. OLE color: 7344439.

HSL color Cylindrical-coordinate representation of color #371170: hue angle of 264º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371170 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 17 112 -
CMYK 0.51 0.85 0 0.56
HSL 264º 0.74% 0.25% -
HSV(B) 264º 0.85% 0.44% -
XYZ 4.7 2.38 15.54 -
YUV 39.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 55 17 112 0.51 0.85 0 0.56 264 0.74 0.25
Hex 37 11 70 33 55 0 38 108 4A 19
Octal 67 21 160 63 125 0 70 410 112 31
Binary 110111 10001 1110000 110011 1010101 0 111000 100001000 1001010 11001

Color Harmonies of #371170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371170

Black with #371170

Text Example


Text Example

White with #371170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371170; }

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

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

background-color css

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

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

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

border-color css

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

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

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