Html Css Color HEX #371371 Persian Indigo

📋 copy color: '#371371'

red 55 ◦ green 19 ◦ blue 113

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

Shades of Persian Indigo #371371

Tints of Persian Indigo #371371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.16%

 BLUE value IS 113 (44.53% from 255) = 60.43%

R = 29.41%
G = 10.16%
B = 60.43%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#371371 (or 0x371371) is known color: Persian Indigo. HEX triplet: 37, 13 and 71. RGB value is (55,19,113). Sum of RGB (Red+Green+Blue) = 55+19+113=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #371371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371371 is #C8EC8E. Grayscale: #282828. Windows color (decimal): -13167759 or 7410487. OLE color: 7410487.

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

Color convert

RGB 55 19 113 -
CMYK 0.51 0.83 0 0.56
HSL 262.98º 0.71% 0.26% -
HSV(B) 262.98º 0.83% 0.44% -
XYZ 4.79 2.47 15.85 -
YUV 40.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 55 19 113 0.51 0.83 0 0.56 262.98 0.71 0.26
Hex 37 13 71 33 53 0 38 107 47 1A
Octal 67 23 161 63 123 0 70 407 107 32
Binary 110111 10011 1110001 110011 1010011 0 111000 100000111 1000111 11010

Color Harmonies of #371371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371371

Black with #371371

Text Example


Text Example

White with #371371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371371; }

 p { color: rgb(55,19,113); }

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

background-color css

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

 a { background-color: rgb(55,19,113); }

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

border-color css

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

 span { border-color: rgb(55,19,113); }

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