Html Css Color HEX #55076C Indigo

📋 copy color: '#55076C'

red 85 ◦ green 7 ◦ blue 108

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

Shades of Indigo #55076C

Tints of Indigo #55076C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.5%

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

R = 42.5%
G = 3.5%
B = 54%

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

#55076C (or 0x55076C) is known color: Indigo. HEX triplet: 55, 07 and 6C. RGB value is (85,7,108). Sum of RGB (Red+Green+Blue) = 85+7+108=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #55076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55076C is #AAF893. Grayscale: #292929. Windows color (decimal): -11204756 or 7079765. OLE color: 7079765.

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

Color convert

RGB 85 7 108 -
CMYK 0.21 0.94 0 0.58
HSL 286.34º 0.88% 0.23% -
HSV(B) 286.34º 0.94% 0.42% -
XYZ 6.53 3.17 14.45 -
YUV 41.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 85 7 108 0.21 0.94 0 0.58 286.34 0.88 0.23
Hex 55 7 6C 15 5E 0 3A 11E 58 17
Octal 125 7 154 25 136 0 72 436 130 27
Binary 1010101 111 1101100 10101 1011110 0 111010 100011110 1011000 10111

Color Harmonies of #55076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55076C

Black with #55076C

Text Example


Text Example

White with #55076C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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