Html Css Color HEX #55198B Indigo

📋 copy color: '#55198B'

red 85 ◦ green 25 ◦ blue 139

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

Shades of Indigo #55198B

Tints of Indigo #55198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.82%

R = 34.14%
G = 10.04%
B = 55.82%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55198B (or 0x55198B) is known color: Indigo. HEX triplet: 55, 19 and 8B. RGB value is (85,25,139). Sum of RGB (Red+Green+Blue) = 85+25+139=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #55198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55198B is #AAE674. Grayscale: #373737. Windows color (decimal): -11200117 or 9115989. OLE color: 9115989.

HSL color Cylindrical-coordinate representation of color #55198B: hue angle of 271.58º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55198B is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 25 139 -
CMYK 0.39 0.82 0 0.45
HSL 271.58º 0.7% 0.32% -
HSV(B) 271.58º 0.82% 0.55% -
XYZ 8.75 4.49 24.83 -
YUV 55.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 85 25 139 0.39 0.82 0 0.45 271.58 0.7 0.32
Hex 55 19 8B 27 52 0 2D 110 46 20
Octal 125 31 213 47 122 0 55 420 106 40
Binary 1010101 11001 10001011 100111 1010010 0 101101 100010000 1000110 100000

Color Harmonies of #55198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55198B

Black with #55198B

Text Example


Text Example

White with #55198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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