Html Css Color HEX #371671 Persian Indigo

📋 copy color: '#371671'

red 55 ◦ green 22 ◦ blue 113

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

Shades of Persian Indigo #371671

Tints of Persian Indigo #371671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

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

R = 28.95%
G = 11.58%
B = 59.47%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#371671 (or 0x371671) is known color: Persian Indigo. HEX triplet: 37, 16 and 71. RGB value is (55,22,113). Sum of RGB (Red+Green+Blue) = 55+22+113=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #371671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371671 is #C8E98E. Grayscale: #292929. Windows color (decimal): -13166991 or 7411255. OLE color: 7411255.

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

Color convert

RGB 55 22 113 -
CMYK 0.51 0.81 0 0.56
HSL 261.76º 0.67% 0.26% -
HSV(B) 261.76º 0.81% 0.44% -
XYZ 4.84 2.58 15.87 -
YUV 42.24 167.93 137.1 -
System Red Green Blue C M Y K H S L
Decimal 55 22 113 0.51 0.81 0 0.56 261.76 0.67 0.26
Hex 37 16 71 33 51 0 38 106 43 1A
Octal 67 26 161 63 121 0 70 406 103 32
Binary 110111 10110 1110001 110011 1010001 0 111000 100000110 1000011 11010

Color Harmonies of #371671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371671

Black with #371671

Text Example


Text Example

White with #371671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371671; }

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

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

background-color css

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

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

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

border-color css

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

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

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