Html Css Color HEX #371189 Persian Indigo

📋 copy color: '#371189'

red 55 ◦ green 17 ◦ blue 137

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

Shades of Persian Indigo #371189

Tints of Persian Indigo #371189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 65.55%

R = 26.32%
G = 8.13%
B = 65.55%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#371189 (or 0x371189) is known color: Persian Indigo. HEX triplet: 37, 11 and 89. RGB value is (55,17,137). Sum of RGB (Red+Green+Blue) = 55+17+137=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #371189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371189 is #C8EE76. Grayscale: #292929. Windows color (decimal): -13168247 or 8982839. OLE color: 8982839.

HSL color Cylindrical-coordinate representation of color #371189: hue angle of 259º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371189 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 17 137 -
CMYK 0.60 0.88 0 0.46
HSL 259º 0.78% 0.3% -
HSV(B) 259º 0.88% 0.54% -
XYZ 6.29 3.02 23.92 -
YUV 42.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 55 17 137 0.60 0.88 0 0.46 259 0.78 0.3
Hex 37 11 89 3C 58 0 2E 103 4E 1E
Octal 67 21 211 74 130 0 56 403 116 36
Binary 110111 10001 10001001 111100 1011000 0 101110 100000011 1001110 11110

Color Harmonies of #371189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371189

Black with #371189

Text Example


Text Example

White with #371189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371189; }

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

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

background-color css

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

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

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

border-color css

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

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

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