Html Css Color HEX #371271 Persian Indigo

📋 copy color: '#371271'

red 55 ◦ green 18 ◦ blue 113

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

Shades of Persian Indigo #371271

Tints of Persian Indigo #371271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 29.57%
G = 9.68%
B = 60.75%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#371271 (or 0x371271) is known color: Persian Indigo. HEX triplet: 37, 12 and 71. RGB value is (55,18,113). Sum of RGB (Red+Green+Blue) = 55+18+113=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #371271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371271 is #C8ED8E. Grayscale: #272727. Windows color (decimal): -13168015 or 7410231. OLE color: 7410231.

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

Color convert

RGB 55 18 113 -
CMYK 0.51 0.84 0 0.56
HSL 263.37º 0.73% 0.26% -
HSV(B) 263.37º 0.84% 0.44% -
XYZ 4.77 2.44 15.84 -
YUV 39.89 169.26 138.78 -
System Red Green Blue C M Y K H S L
Decimal 55 18 113 0.51 0.84 0 0.56 263.37 0.73 0.26
Hex 37 12 71 33 54 0 38 107 49 1A
Octal 67 22 161 63 124 0 70 407 111 32
Binary 110111 10010 1110001 110011 1010100 0 111000 100000111 1001001 11010

Color Harmonies of #371271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371271

Black with #371271

Text Example


Text Example

White with #371271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371271; }

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

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

background-color css

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

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

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

border-color css

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

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

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