Html Css Color HEX #371D71 Persian Indigo

📋 copy color: '#371D71'

red 55 ◦ green 29 ◦ blue 113

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

Shades of Persian Indigo #371D71

Tints of Persian Indigo #371D71

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.72%

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

R = 27.92%
G = 14.72%
B = 57.36%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#371D71 (or 0x371D71) is known color: Persian Indigo. HEX triplet: 37, 1D and 71. RGB value is (55,29,113). Sum of RGB (Red+Green+Blue) = 55+29+113=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #371D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D71 is #C8E28E. Grayscale: #2E2E2E. Windows color (decimal): -13165199 or 7413047. OLE color: 7413047.

HSL color Cylindrical-coordinate representation of color #371D71: hue angle of 258.57º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #371D71 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 29 113 -
CMYK 0.51 0.74 0 0.56
HSL 258.57º 0.59% 0.28% -
HSV(B) 258.57º 0.74% 0.44% -
XYZ 5 2.88 15.92 -
YUV 46.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 55 29 113 0.51 0.74 0 0.56 258.57 0.59 0.28
Hex 37 1D 71 33 4A 0 38 103 3B 1C
Octal 67 35 161 63 112 0 70 403 73 34
Binary 110111 11101 1110001 110011 1001010 0 111000 100000011 111011 11100

Color Harmonies of #371D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D71

Black with #371D71

Text Example


Text Example

White with #371D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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