#55067A

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

Shades of Indigo #55067A

Tints of Indigo #55067A

Color information

#55067A (or 0x55067A) is unknown color: approx Indigo. HEX triplet: 55, 06 and 7A. RGB value is (85,6,122). Sum of RGB (Red+Green+Blue) = 85+6+122=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #55067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55067A is #AAF985. Grayscale: #2A2A2A. Windows color (decimal): -11204998 or 7997013. OLE color: 7997013.

HSL color Cylindrical-coordinate representation of color #55067A: hue angle of 280.86º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55067A is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB856122-
CMYK0.300.9500.52
HSL280.86º90.62%25.1%-
HSV(B)280.86º95.08%47.84%-
XYZ7.323.4718.7-
YUV42.84172.67158.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=39.91%
G=2.82%
B=57.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8561220.300.9500.52280.8690.6225.1
Hex5567A1E5F0341195b19
Octal12561723613706443113331
Binary101010111011110101111010111110110100100011001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55067A; }

 p { color: rgb(85,6,122); }

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

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

 a { background-color: rgb(85,6,122); }

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

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

 span { border-color: rgb(85,6,122); }

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