Html Css Color HEX #371591 Persian Indigo

📋 copy color: '#371591'

red 55 ◦ green 21 ◦ blue 145

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

Shades of Persian Indigo #371591

Tints of Persian Indigo #371591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 65.61%

R = 24.89%
G = 9.5%
B = 65.61%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#371591 (or 0x371591) is known color: Persian Indigo. HEX triplet: 37, 15 and 91. RGB value is (55,21,145). Sum of RGB (Red+Green+Blue) = 55+21+145=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #371591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371591 is #C8EA6E. Grayscale: #2C2C2C. Windows color (decimal): -13167215 or 9508151. OLE color: 9508151.

HSL color Cylindrical-coordinate representation of color #371591: hue angle of 256.45º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371591 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 21 145 -
CMYK 0.62 0.86 0 0.43
HSL 256.45º 0.75% 0.33% -
HSV(B) 256.45º 0.86% 0.57% -
XYZ 6.95 3.39 27.08 -
YUV 45.3 184.26 134.92 -
System Red Green Blue C M Y K H S L
Decimal 55 21 145 0.62 0.86 0 0.43 256.45 0.75 0.33
Hex 37 15 91 3E 56 0 2B 100 4B 21
Octal 67 25 221 76 126 0 53 400 113 41
Binary 110111 10101 10010001 111110 1010110 0 101011 100000000 1001011 100001

Color Harmonies of #371591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371591

Black with #371591

Text Example


Text Example

White with #371591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371591; }

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

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

background-color css

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

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

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

border-color css

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

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

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