Html Css Color HEX #55199F Indigo

📋 copy color: '#55199F'

red 85 ◦ green 25 ◦ blue 159

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

Shades of Indigo #55199F

Tints of Indigo #55199F

RGB

 RED value IS 85 (33.59% from 255) = 31.6%

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

 BLUE value IS 159 (62.5% from 255) = 59.11%

R = 31.6%
G = 9.29%
B = 59.11%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55199F (or 0x55199F) is known color: Indigo. HEX triplet: 55, 19 and 9F. RGB value is (85,25,159). Sum of RGB (Red+Green+Blue) = 85+25+159=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #55199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55199F is #AAE660. Grayscale: #393939. Windows color (decimal): -11200097 or 10426709. OLE color: 10426709.

HSL color Cylindrical-coordinate representation of color #55199F: hue angle of 266.87º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55199F is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 25 159 -
CMYK 0.47 0.84 0 0.38
HSL 266.87º 0.73% 0.36% -
HSV(B) 266.87º 0.84% 0.62% -
XYZ 10.35 5.13 33.25 -
YUV 58.22 184.88 147.1 -
System Red Green Blue C M Y K H S L
Decimal 85 25 159 0.47 0.84 0 0.38 266.87 0.73 0.36
Hex 55 19 9F 2F 54 0 26 10B 49 24
Octal 125 31 237 57 124 0 46 413 111 44
Binary 1010101 11001 10011111 101111 1010100 0 100110 100001011 1001001 100100

Color Harmonies of #55199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55199F

Black with #55199F

Text Example


Text Example

White with #55199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55199F; }

 p { color: rgb(85,25,159); }

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

background-color css

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

 a { background-color: rgb(85,25,159); }

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

border-color css

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

 span { border-color: rgb(85,25,159); }

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