Html Css Color HEX #550466 Indigo

📋 copy color: '#550466'

red 85 ◦ green 4 ◦ blue 102

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

Shades of Indigo #550466

Tints of Indigo #550466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 53.4%

R = 44.5%
G = 2.09%
B = 53.4%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#550466 (or 0x550466) is known color: Indigo. HEX triplet: 55, 04 and 66. RGB value is (85,4,102). Sum of RGB (Red+Green+Blue) = 85+4+102=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #550466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550466 is #AAFB99. Grayscale: #272727. Windows color (decimal): -11205530 or 6685781. OLE color: 6685781.

HSL color Cylindrical-coordinate representation of color #550466: hue angle of 289.59º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550466 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 4 102 -
CMYK 0.17 0.96 0 0.6
HSL 289.59º 0.92% 0.21% -
HSV(B) 289.59º 0.96% 0.4% -
XYZ 6.19 2.98 12.82 -
YUV 39.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 85 4 102 0.17 0.96 0 0.6 289.59 0.92 0.21
Hex 55 4 66 11 60 0 3C 122 5C 15
Octal 125 4 146 21 140 0 74 442 134 25
Binary 1010101 100 1100110 10001 1100000 0 111100 100100010 1011100 10101

Color Harmonies of #550466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550466

Black with #550466

Text Example


Text Example

White with #550466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550466; }

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

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

background-color css

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

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

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

border-color css

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

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

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