Html Css Color HEX #371873 Persian Indigo

📋 copy color: '#371873'

red 55 ◦ green 24 ◦ blue 115

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

Shades of Persian Indigo #371873

Tints of Persian Indigo #371873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.37%

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

R = 28.35%
G = 12.37%
B = 59.28%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371873 (or 0x371873) is known color: Persian Indigo. HEX triplet: 37, 18 and 73. RGB value is (55,24,115). Sum of RGB (Red+Green+Blue) = 55+24+115=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #371873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371873 is #C8E78C. Grayscale: #2B2B2B. Windows color (decimal): -13166477 or 7542839. OLE color: 7542839.

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

Color convert

RGB 55 24 115 -
CMYK 0.52 0.79 0 0.55
HSL 260.44º 0.65% 0.27% -
HSV(B) 260.44º 0.79% 0.45% -
XYZ 5 2.7 16.48 -
YUV 43.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 55 24 115 0.52 0.79 0 0.55 260.44 0.65 0.27
Hex 37 18 73 34 4F 0 37 104 41 1B
Octal 67 30 163 64 117 0 67 404 101 33
Binary 110111 11000 1110011 110100 1001111 0 110111 100000100 1000001 11011

Color Harmonies of #371873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371873

Black with #371873

Text Example


Text Example

White with #371873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371873; }

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

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

background-color css

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

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

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

border-color css

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

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

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