Html Css Color HEX #371471 Persian Indigo

📋 copy color: '#371471'

red 55 ◦ green 20 ◦ blue 113

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

Shades of Persian Indigo #371471

Tints of Persian Indigo #371471

RGB

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

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

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

R = 29.26%
G = 10.64%
B = 60.11%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#371471 (or 0x371471) is known color: Persian Indigo. HEX triplet: 37, 14 and 71. RGB value is (55,20,113). Sum of RGB (Red+Green+Blue) = 55+20+113=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #371471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371471 is #C8EB8E. Grayscale: #282828. Windows color (decimal): -13167503 or 7410743. OLE color: 7410743.

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

Color convert

RGB 55 20 113 -
CMYK 0.51 0.82 0 0.56
HSL 262.58º 0.7% 0.26% -
HSV(B) 262.58º 0.82% 0.44% -
XYZ 4.81 2.5 15.85 -
YUV 41.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 55 20 113 0.51 0.82 0 0.56 262.58 0.7 0.26
Hex 37 14 71 33 52 0 38 107 46 1A
Octal 67 24 161 63 122 0 70 407 106 32
Binary 110111 10100 1110001 110011 1010010 0 111000 100000111 1000110 11010

Color Harmonies of #371471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371471

Black with #371471

Text Example


Text Example

White with #371471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371471; }

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

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

background-color css

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

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

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

border-color css

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

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

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