Html Css Color HEX #550498 Indigo

📋 copy color: '#550498'

red 85 ◦ green 4 ◦ blue 152

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

Shades of Indigo #550498

Tints of Indigo #550498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.66%

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

R = 35.27%
G = 1.66%
B = 63.07%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#550498 (or 0x550498) is known color: Indigo. HEX triplet: 55, 04 and 98. RGB value is (85,4,152). Sum of RGB (Red+Green+Blue) = 85+4+152=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #550498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550498 is #AAFB67. Grayscale: #2C2C2C. Windows color (decimal): -11205480 or 9962581. OLE color: 9962581.

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

Color convert

RGB 85 4 152 -
CMYK 0.44 0.97 0 0.40
HSL 272.84º 0.95% 0.31% -
HSV(B) 272.84º 0.97% 0.6% -
XYZ 9.46 4.29 30.03 -
YUV 45.09 188.34 156.47 -
System Red Green Blue C M Y K H S L
Decimal 85 4 152 0.44 0.97 0 0.40 272.84 0.95 0.31
Hex 55 4 98 2C 61 0 28 111 5F 1F
Octal 125 4 230 54 141 0 50 421 137 37
Binary 1010101 100 10011000 101100 1100001 0 101000 100010001 1011111 11111

Color Harmonies of #550498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550498

Black with #550498

Text Example


Text Example

White with #550498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550498; }

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

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

background-color css

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

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

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

border-color css

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

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

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