Html Css Color HEX #371573 Persian Indigo

📋 copy color: '#371573'

red 55 ◦ green 21 ◦ blue 115

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

Shades of Persian Indigo #371573

Tints of Persian Indigo #371573

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.99%

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

R = 28.8%
G = 10.99%
B = 60.21%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371573 (or 0x371573) is known color: Persian Indigo. HEX triplet: 37, 15 and 73. RGB value is (55,21,115). Sum of RGB (Red+Green+Blue) = 55+21+115=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #371573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371573 is #C8EA8C. Grayscale: #292929. Windows color (decimal): -13167245 or 7542071. OLE color: 7542071.

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

Color convert

RGB 55 21 115 -
CMYK 0.52 0.82 0 0.55
HSL 261.7º 0.69% 0.27% -
HSV(B) 261.7º 0.82% 0.45% -
XYZ 4.94 2.59 16.46 -
YUV 41.88 169.26 137.36 -
System Red Green Blue C M Y K H S L
Decimal 55 21 115 0.52 0.82 0 0.55 261.7 0.69 0.27
Hex 37 15 73 34 52 0 37 106 45 1B
Octal 67 25 163 64 122 0 67 406 105 33
Binary 110111 10101 1110011 110100 1010010 0 110111 100000110 1000101 11011

Color Harmonies of #371573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371573

Black with #371573

Text Example


Text Example

White with #371573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371573; }

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

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

background-color css

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

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

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

border-color css

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

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

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