Html Css Color HEX #371992 Persian Indigo

📋 copy color: '#371992'

red 55 ◦ green 25 ◦ blue 146

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

Shades of Persian Indigo #371992

Tints of Persian Indigo #371992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.6%

R = 24.34%
G = 11.06%
B = 64.6%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#371992 (or 0x371992) is known color: Persian Indigo. HEX triplet: 37, 19 and 92. RGB value is (55,25,146). Sum of RGB (Red+Green+Blue) = 55+25+146=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #371992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371992 is #C8E66D. Grayscale: #2F2F2F. Windows color (decimal): -13166190 or 9574711. OLE color: 9574711.

HSL color Cylindrical-coordinate representation of color #371992: hue angle of 254.88º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371992 is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 25 146 -
CMYK 0.62 0.83 0 0.43
HSL 254.88º 0.71% 0.34% -
HSV(B) 254.88º 0.83% 0.57% -
XYZ 7.11 3.58 27.51 -
YUV 47.76 183.44 133.16 -
System Red Green Blue C M Y K H S L
Decimal 55 25 146 0.62 0.83 0 0.43 254.88 0.71 0.34
Hex 37 19 92 3E 53 0 2B FF 47 22
Octal 67 31 222 76 123 0 53 377 107 42
Binary 110111 11001 10010010 111110 1010011 0 101011 11111111 1000111 100010

Color Harmonies of #371992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371992

Black with #371992

Text Example


Text Example

White with #371992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371992; }

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

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

background-color css

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

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

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

border-color css

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

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

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