Html Css Color HEX #550198 Indigo

📋 copy color: '#550198'

red 85 ◦ green 1 ◦ blue 152

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

Shades of Indigo #550198

Tints of Indigo #550198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 152 (59.77% from 255) = 63.87%

R = 35.71%
G = 0.42%
B = 63.87%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#550198 (or 0x550198) is known color: Indigo. HEX triplet: 55, 01 and 98. RGB value is (85,1,152). Sum of RGB (Red+Green+Blue) = 85+1+152=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #550198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550198 is #AAFE67. Grayscale: #2A2A2A. Windows color (decimal): -11206248 or 9961813. OLE color: 9961813.

HSL color Cylindrical-coordinate representation of color #550198: hue angle of 273.38º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550198 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 1 152 -
CMYK 0.44 0.99 0 0.40
HSL 273.38º 0.99% 0.3% -
HSV(B) 273.38º 0.99% 0.6% -
XYZ 9.42 4.22 30.02 -
YUV 43.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 85 1 152 0.44 0.99 0 0.40 273.38 0.99 0.3
Hex 55 1 98 2C 63 0 28 111 63 1E
Octal 125 1 230 54 143 0 50 421 143 36
Binary 1010101 1 10011000 101100 1100011 0 101000 100010001 1100011 11110

Color Harmonies of #550198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550198

Black with #550198

Text Example


Text Example

White with #550198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550198; }

 p { color: rgb(85,1,152); }

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

background-color css

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

 a { background-color: rgb(85,1,152); }

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

border-color css

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

 span { border-color: rgb(85,1,152); }

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