Html Css Color HEX #55066E Indigo

📋 copy color: '#55066E'

red 85 ◦ green 6 ◦ blue 110

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

Shades of Indigo #55066E

Tints of Indigo #55066E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.99%

 BLUE value IS 110 (43.36% from 255) = 54.73%

R = 42.29%
G = 2.99%
B = 54.73%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55066E (or 0x55066E) is known color: Indigo. HEX triplet: 55, 06 and 6E. RGB value is (85,6,110). Sum of RGB (Red+Green+Blue) = 85+6+110=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #55066E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55066E is #AAF991. Grayscale: #292929. Windows color (decimal): -11205010 or 7210581. OLE color: 7210581.

HSL color Cylindrical-coordinate representation of color #55066E: hue angle of 285.58º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55066E is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 6 110 -
CMYK 0.23 0.95 0 0.57
HSL 285.58º 0.9% 0.23% -
HSV(B) 285.58º 0.95% 0.43% -
XYZ 6.63 3.19 15.02 -
YUV 41.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 85 6 110 0.23 0.95 0 0.57 285.58 0.9 0.23
Hex 55 6 6E 17 5F 0 39 11E 5A 17
Octal 125 6 156 27 137 0 71 436 132 27
Binary 1010101 110 1101110 10111 1011111 0 111001 100011110 1011010 10111

Color Harmonies of #55066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55066E

Black with #55066E

Text Example


Text Example

White with #55066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55066E; }

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

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

background-color css

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

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

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

border-color css

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

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

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