Html Css Color HEX #55016F Indigo

📋 copy color: '#55016F'

red 85 ◦ green 1 ◦ blue 111

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

Shades of Indigo #55016F

Tints of Indigo #55016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 43.15%
G = 0.51%
B = 56.35%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#55016F (or 0x55016F) is known color: Indigo. HEX triplet: 55, 01 and 6F. RGB value is (85,1,111). Sum of RGB (Red+Green+Blue) = 85+1+111=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #55016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55016F is #AAFE90. Grayscale: #262626. Windows color (decimal): -11206289 or 7274837. OLE color: 7274837.

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

Color convert

RGB 85 1 111 -
CMYK 0.23 0.99 0 0.56
HSL 285.82º 0.98% 0.22% -
HSV(B) 285.82º 0.99% 0.44% -
XYZ 6.63 3.1 15.29 -
YUV 38.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 85 1 111 0.23 0.99 0 0.56 285.82 0.98 0.22
Hex 55 1 6F 17 63 0 38 11E 62 16
Octal 125 1 157 27 143 0 70 436 142 26
Binary 1010101 1 1101111 10111 1100011 0 111000 100011110 1100010 10110

Color Harmonies of #55016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55016F

Black with #55016F

Text Example


Text Example

White with #55016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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