Html Css Color HEX #371973 Persian Indigo

📋 copy color: '#371973'

red 55 ◦ green 25 ◦ blue 115

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

Shades of Persian Indigo #371973

Tints of Persian Indigo #371973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 58.97%

R = 28.21%
G = 12.82%
B = 58.97%

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

#371973 (or 0x371973) is known color: Persian Indigo. HEX triplet: 37, 19 and 73. RGB value is (55,25,115). Sum of RGB (Red+Green+Blue) = 55+25+115=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #371973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371973 is #C8E68C. Grayscale: #2B2B2B. Windows color (decimal): -13166221 or 7543095. OLE color: 7543095.

HSL color Cylindrical-coordinate representation of color #371973: hue angle of 260º 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 #371973 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 25 115 -
CMYK 0.52 0.78 0 0.55
HSL 260º 0.64% 0.27% -
HSV(B) 260º 0.78% 0.45% -
XYZ 5.02 2.75 16.49 -
YUV 44.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 55 25 115 0.52 0.78 0 0.55 260 0.64 0.27
Hex 37 19 73 34 4E 0 37 104 40 1B
Octal 67 31 163 64 116 0 67 404 100 33
Binary 110111 11001 1110011 110100 1001110 0 110111 100000100 1000000 11011

Color Harmonies of #371973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371973

Black with #371973

Text Example


Text Example

White with #371973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371973; }

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

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

background-color css

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

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

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

border-color css

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

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

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