#550262

Color #550262 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #550262

Tints of Indigo #550262

Color information

#550262 (or 0x550262) is unknown color: approx Indigo. HEX triplet: 55, 02 and 62. RGB value is (85,2,98). Sum of RGB (Red+Green+Blue) = 85+2+98=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #550262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550262 is #AAFD9D. Grayscale: #252525. Windows color (decimal): -11206046 or 6423125. OLE color: 6423125.

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

Color convert

RGB85298-
CMYK0.130.9800.62
HSL291.88º96%19.61%-
HSV(B)291.88º97.96%38.43%-
XYZ5.972.8611.79-
YUV37.76162161.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 98 (38.67% from 255) = 52.97%
R=45.95%
G=1.08%
B=52.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal852980.130.9800.62291.889619.61
Hex55262D6203E1246014
Octal12521421514207644414024
Binary1010101101100010110111000100111110100100100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550262; }

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

 H1.HeaderClassName
 {
   color: #550262;
 }
 .AnyTagClassName
 {
   color: #550262;
 }
</style>
background-color css

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

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

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

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

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

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