Html Css Color HEX #55056F Indigo

📋 copy color: '#55056F'

red 85 ◦ green 5 ◦ blue 111

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

Shades of Indigo #55056F

Tints of Indigo #55056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

 BLUE value IS 111 (43.75% from 255) = 55.22%

R = 42.29%
G = 2.49%
B = 55.22%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#55056F (or 0x55056F) is known color: Indigo. HEX triplet: 55, 05 and 6F. RGB value is (85,5,111). Sum of RGB (Red+Green+Blue) = 85+5+111=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #55056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55056F is #AAFA90. Grayscale: #282828. Windows color (decimal): -11205265 or 7275861. OLE color: 7275861.

HSL color Cylindrical-coordinate representation of color #55056F: hue angle of 285.28º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55056F is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 5 111 -
CMYK 0.23 0.95 0 0.56
HSL 285.28º 0.91% 0.23% -
HSV(B) 285.28º 0.95% 0.44% -
XYZ 6.67 3.19 15.3 -
YUV 41 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 85 5 111 0.23 0.95 0 0.56 285.28 0.91 0.23
Hex 55 5 6F 17 5F 0 38 11D 5B 17
Octal 125 5 157 27 137 0 70 435 133 27
Binary 1010101 101 1101111 10111 1011111 0 111000 100011101 1011011 10111

Color Harmonies of #55056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55056F

Black with #55056F

Text Example


Text Example

White with #55056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55056F; }

 p { color: rgb(85,5,111); }

 H1.HeaderClassName
 {
   color: #55056F;
 }
 .AnyTagClassName
 {
   color: #55056F;
 }
</style>

background-color css

<style>
 a { background-color: #55056F; }

 a { background-color: rgb(85,5,111); }

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

border-color css

<style>
 span { border-color: #55056F; }

 span { border-color: rgb(85,5,111); }

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