Html Css Color HEX #371192 Persian Indigo

📋 copy color: '#371192'

red 55 ◦ green 17 ◦ blue 146

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

Shades of Persian Indigo #371192

Tints of Persian Indigo #371192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.8%

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

R = 25.23%
G = 7.8%
B = 66.97%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#371192 (or 0x371192) is known color: Persian Indigo. HEX triplet: 37, 11 and 92. RGB value is (55,17,146). Sum of RGB (Red+Green+Blue) = 55+17+146=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #371192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371192 is #C8EE6D. Grayscale: #2A2A2A. Windows color (decimal): -13168238 or 9572663. OLE color: 9572663.

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

Color convert

RGB 55 17 146 -
CMYK 0.62 0.88 0 0.43
HSL 257.67º 0.79% 0.32% -
HSV(B) 257.67º 0.88% 0.57% -
XYZ 6.96 3.29 27.46 -
YUV 43.07 186.09 136.51 -
System Red Green Blue C M Y K H S L
Decimal 55 17 146 0.62 0.88 0 0.43 257.67 0.79 0.32
Hex 37 11 92 3E 58 0 2B 102 4F 20
Octal 67 21 222 76 130 0 53 402 117 40
Binary 110111 10001 10010010 111110 1011000 0 101011 100000010 1001111 100000

Color Harmonies of #371192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371192

Black with #371192

Text Example


Text Example

White with #371192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371192; }

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

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

background-color css

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

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

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

border-color css

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

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

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