Html Css Color HEX #371574 Persian Indigo

📋 copy color: '#371574'

red 55 ◦ green 21 ◦ blue 116

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

Shades of Persian Indigo #371574

Tints of Persian Indigo #371574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 60.42%

R = 28.65%
G = 10.94%
B = 60.42%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371574 (or 0x371574) is known color: Persian Indigo. HEX triplet: 37, 15 and 74. RGB value is (55,21,116). Sum of RGB (Red+Green+Blue) = 55+21+116=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #371574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371574 is #C8EA8B. Grayscale: #292929. Windows color (decimal): -13167244 or 7607607. OLE color: 7607607.

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

Color convert

RGB 55 21 116 -
CMYK 0.53 0.82 0 0.55
HSL 261.47º 0.69% 0.27% -
HSV(B) 261.47º 0.82% 0.45% -
XYZ 5 2.61 16.76 -
YUV 42 169.76 137.28 -
System Red Green Blue C M Y K H S L
Decimal 55 21 116 0.53 0.82 0 0.55 261.47 0.69 0.27
Hex 37 15 74 35 52 0 37 105 45 1B
Octal 67 25 164 65 122 0 67 405 105 33
Binary 110111 10101 1110100 110101 1010010 0 110111 100000101 1000101 11011

Color Harmonies of #371574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371574

Black with #371574

Text Example


Text Example

White with #371574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371574; }

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

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

background-color css

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

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

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

border-color css

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

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

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