Html Css Color HEX #371491 Persian Indigo

📋 copy color: '#371491'

red 55 ◦ green 20 ◦ blue 145

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

Shades of Persian Indigo #371491

Tints of Persian Indigo #371491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.09%

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

R = 25%
G = 9.09%
B = 65.91%

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

#371491 (or 0x371491) is known color: Persian Indigo. HEX triplet: 37, 14 and 91. RGB value is (55,20,145). Sum of RGB (Red+Green+Blue) = 55+20+145=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 145 (57.03% from 255 or 65.91% from 220); Max value from RGB is 145 - color contains mainly: blue. Hex color #371491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371491 is #C8EB6E. Grayscale: #2C2C2C. Windows color (decimal): -13167471 or 9507895. OLE color: 9507895.

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

Color convert

RGB 55 20 145 -
CMYK 0.62 0.86 0 0.43
HSL 256.8º 0.76% 0.32% -
HSV(B) 256.8º 0.86% 0.57% -
XYZ 6.94 3.36 27.07 -
YUV 44.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 55 20 145 0.62 0.86 0 0.43 256.8 0.76 0.32
Hex 37 14 91 3E 56 0 2B 101 4C 20
Octal 67 24 221 76 126 0 53 401 114 40
Binary 110111 10100 10010001 111110 1010110 0 101011 100000001 1001100 100000

Color Harmonies of #371491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371491

Black with #371491

Text Example


Text Example

White with #371491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371491; }

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

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

background-color css

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

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

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

border-color css

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

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

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