#550270

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

Shades of Indigo #550270

Tints of Indigo #550270

Color information

#550270 (or 0x550270) is unknown color: approx Indigo. HEX triplet: 55, 02 and 70. RGB value is (85,2,112). Sum of RGB (Red+Green+Blue) = 85+2+112=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #550270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550270 is #AAFD8F. Grayscale: #272727. Windows color (decimal): -11206032 or 7340629. OLE color: 7340629.

HSL color Cylindrical-coordinate representation of color #550270: hue angle of 285.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550270 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB852112-
CMYK0.240.9800.56
HSL285.27º96.49%22.35%-
HSV(B)285.27º98.21%43.92%-
XYZ6.693.1415.58-
YUV39.36169160.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=42.71%
G=1.01%
B=56.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8521120.240.9800.56285.2796.4922.35
Hex55270186203811d6016
Octal12521603014207043514026
Binary10101011011100001100011000100111000100011101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550270; }

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

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

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

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

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

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

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

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