Html Css Color HEX #371986 Persian Indigo

📋 copy color: '#371986'

red 55 ◦ green 25 ◦ blue 134

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

Shades of Persian Indigo #371986

Tints of Persian Indigo #371986

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

 BLUE value IS 134 (52.73% from 255) = 62.62%

R = 25.7%
G = 11.68%
B = 62.62%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#371986 (or 0x371986) is known color: Persian Indigo. HEX triplet: 37, 19 and 86. RGB value is (55,25,134). Sum of RGB (Red+Green+Blue) = 55+25+134=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 134 (52.73% from 255 or 62.62% from 214); Max value from RGB is 134 - color contains mainly: blue. Hex color #371986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371986 is #C8E679. Grayscale: #2D2D2D. Windows color (decimal): -13166202 or 8788279. OLE color: 8788279.

HSL color Cylindrical-coordinate representation of color #371986: hue angle of 256.51º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371986 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 25 134 -
CMYK 0.59 0.81 0 0.47
HSL 256.51º 0.69% 0.31% -
HSV(B) 256.51º 0.81% 0.53% -
XYZ 6.23 3.23 22.85 -
YUV 46.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 55 25 134 0.59 0.81 0 0.47 256.51 0.69 0.31
Hex 37 19 86 3B 51 0 2F 101 45 1F
Octal 67 31 206 73 121 0 57 401 105 37
Binary 110111 11001 10000110 111011 1010001 0 101111 100000001 1000101 11111

Color Harmonies of #371986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371986

Black with #371986

Text Example


Text Example

White with #371986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371986; }

 p { color: rgb(55,25,134); }

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

background-color css

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

 a { background-color: rgb(55,25,134); }

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

border-color css

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

 span { border-color: rgb(55,25,134); }

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