Html Css Color HEX #55066C Indigo

📋 copy color: '#55066C'

red 85 ◦ green 6 ◦ blue 108

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

Shades of Indigo #55066C

Tints of Indigo #55066C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.27%

R = 42.71%
G = 3.02%
B = 54.27%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55066C (or 0x55066C) is known color: Indigo. HEX triplet: 55, 06 and 6C. RGB value is (85,6,108). Sum of RGB (Red+Green+Blue) = 85+6+108=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #55066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55066C is #AAF993. Grayscale: #282828. Windows color (decimal): -11205012 or 7079509. OLE color: 7079509.

HSL color Cylindrical-coordinate representation of color #55066C: hue angle of 286.47º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55066C is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 6 108 -
CMYK 0.21 0.94 0 0.58
HSL 286.47º 0.89% 0.22% -
HSV(B) 286.47º 0.94% 0.42% -
XYZ 6.52 3.14 14.45 -
YUV 41.25 165.67 159.21 -
System Red Green Blue C M Y K H S L
Decimal 85 6 108 0.21 0.94 0 0.58 286.47 0.89 0.22
Hex 55 6 6C 15 5E 0 3A 11E 59 16
Octal 125 6 154 25 136 0 72 436 131 26
Binary 1010101 110 1101100 10101 1011110 0 111010 100011110 1011001 10110

Color Harmonies of #55066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55066C

Black with #55066C

Text Example


Text Example

White with #55066C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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