#55069A

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

Shades of Indigo #55069A

Tints of Indigo #55069A

Color information

#55069A (or 0x55069A) is unknown color: approx Indigo. HEX triplet: 55, 06 and 9A. RGB value is (85,6,154). Sum of RGB (Red+Green+Blue) = 85+6+154=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #55069A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55069A is #AAF965. Grayscale: #2D2D2D. Windows color (decimal): -11204966 or 10094165. OLE color: 10094165.

HSL color Cylindrical-coordinate representation of color #55069A: hue angle of 272.03º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55069A is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB856154-
CMYK0.450.9600.40
HSL272.03º92.5%31.37%-
HSV(B)272.03º96.1%60.39%-
XYZ9.644.3930.91-
YUV46.49188.67155.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 154 (60.55% from 255) = 62.86%
R=34.69%
G=2.45%
B=62.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8561540.450.9600.40272.0392.531.37
Hex5569A2D600281105c1f
Octal12562325514005042013437
Binary10101011101001101010110111000000101000100010000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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