Html Css Color HEX #550266 Indigo

📋 copy color: '#550266'

red 85 ◦ green 2 ◦ blue 102

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

Shades of Indigo #550266

Tints of Indigo #550266

RGB

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

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

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

R = 44.97%
G = 1.06%
B = 53.97%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#550266 (or 0x550266) is known color: Indigo. HEX triplet: 55, 02 and 66. RGB value is (85,2,102). Sum of RGB (Red+Green+Blue) = 85+2+102=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #550266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550266 is #AAFD99. Grayscale: #252525. Windows color (decimal): -11206042 or 6685269. OLE color: 6685269.

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

Color convert

RGB 85 2 102 -
CMYK 0.17 0.98 0 0.6
HSL 289.8º 0.96% 0.2% -
HSV(B) 289.8º 0.98% 0.4% -
XYZ 6.17 2.93 12.81 -
YUV 38.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 85 2 102 0.17 0.98 0 0.6 289.8 0.96 0.2
Hex 55 2 66 11 62 0 3C 122 60 14
Octal 125 2 146 21 142 0 74 442 140 24
Binary 1010101 10 1100110 10001 1100010 0 111100 100100010 1100000 10100

Color Harmonies of #550266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550266

Black with #550266

Text Example


Text Example

White with #550266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550266; }

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

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

background-color css

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

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

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

border-color css

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

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

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