Html Css Color HEX #550296 Indigo

📋 copy color: '#550296'

red 85 ◦ green 2 ◦ blue 150

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

Shades of Indigo #550296

Tints of Indigo #550296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 150 (58.98% from 255) = 63.29%

R = 35.86%
G = 0.84%
B = 63.29%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#550296 (or 0x550296) is known color: Indigo. HEX triplet: 55, 02 and 96. RGB value is (85,2,150). Sum of RGB (Red+Green+Blue) = 85+2+150=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #550296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550296 is #AAFD69. Grayscale: #2B2B2B. Windows color (decimal): -11205994 or 9830997. OLE color: 9830997.

HSL color Cylindrical-coordinate representation of color #550296: hue angle of 273.65º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550296 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 2 150 -
CMYK 0.43 0.99 0 0.41
HSL 273.65º 0.97% 0.3% -
HSV(B) 273.65º 0.99% 0.59% -
XYZ 9.27 4.18 29.17 -
YUV 43.69 188 157.47 -
System Red Green Blue C M Y K H S L
Decimal 85 2 150 0.43 0.99 0 0.41 273.65 0.97 0.3
Hex 55 2 96 2B 63 0 29 112 61 1E
Octal 125 2 226 53 143 0 51 422 141 36
Binary 1010101 10 10010110 101011 1100011 0 101001 100010010 1100001 11110

Color Harmonies of #550296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550296

Black with #550296

Text Example


Text Example

White with #550296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550296; }

 p { color: rgb(85,2,150); }

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

background-color css

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

 a { background-color: rgb(85,2,150); }

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

border-color css

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

 span { border-color: rgb(85,2,150); }

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