Html Css Color HEX #371972 Persian Indigo

📋 copy color: '#371972'

red 55 ◦ green 25 ◦ blue 114

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

Shades of Persian Indigo #371972

Tints of Persian Indigo #371972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

 BLUE value IS 114 (44.92% from 255) = 58.76%

R = 28.35%
G = 12.89%
B = 58.76%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371972 (or 0x371972) is known color: Persian Indigo. HEX triplet: 37, 19 and 72. RGB value is (55,25,114). Sum of RGB (Red+Green+Blue) = 55+25+114=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #371972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371972 is #C8E68D. Grayscale: #2B2B2B. Windows color (decimal): -13166222 or 7477559. OLE color: 7477559.

HSL color Cylindrical-coordinate representation of color #371972: hue angle of 260.22º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #371972 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 25 114 -
CMYK 0.52 0.78 0 0.55
HSL 260.22º 0.64% 0.27% -
HSV(B) 260.22º 0.78% 0.45% -
XYZ 4.96 2.72 16.18 -
YUV 44.12 167.44 135.76 -
System Red Green Blue C M Y K H S L
Decimal 55 25 114 0.52 0.78 0 0.55 260.22 0.64 0.27
Hex 37 19 72 34 4E 0 37 104 40 1B
Octal 67 31 162 64 116 0 67 404 100 33
Binary 110111 11001 1110010 110100 1001110 0 110111 100000100 1000000 11011

Color Harmonies of #371972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371972

Black with #371972

Text Example


Text Example

White with #371972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371972; }

 p { color: rgb(55,25,114); }

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

background-color css

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

 a { background-color: rgb(55,25,114); }

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

border-color css

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

 span { border-color: rgb(55,25,114); }

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