Html Css Color HEX #55107F Indigo

📋 copy color: '#55107F'

red 85 ◦ green 16 ◦ blue 127

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

Shades of Indigo #55107F

Tints of Indigo #55107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.02%

 BLUE value IS 127 (50% from 255) = 55.7%

R = 37.28%
G = 7.02%
B = 55.7%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#55107F (or 0x55107F) is known color: Indigo. HEX triplet: 55, 10 and 7F. RGB value is (85,16,127). Sum of RGB (Red+Green+Blue) = 85+16+127=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #55107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55107F is #AAEF80. Grayscale: #303030. Windows color (decimal): -11202433 or 8327253. OLE color: 8327253.

HSL color Cylindrical-coordinate representation of color #55107F: hue angle of 277.3º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55107F is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 16 127 -
CMYK 0.33 0.87 0 0.50
HSL 277.3º 0.78% 0.28% -
HSV(B) 277.3º 0.87% 0.5% -
XYZ 7.76 3.83 20.41 -
YUV 49.29 171.86 153.47 -
System Red Green Blue C M Y K H S L
Decimal 85 16 127 0.33 0.87 0 0.50 277.3 0.78 0.28
Hex 55 10 7F 21 57 0 32 115 4E 1C
Octal 125 20 177 41 127 0 62 425 116 34
Binary 1010101 10000 1111111 100001 1010111 0 110010 100010101 1001110 11100

Color Harmonies of #55107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55107F

Black with #55107F

Text Example


Text Example

White with #55107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,16,127); }

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

background-color css

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

 a { background-color: rgb(85,16,127); }

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

border-color css

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

 span { border-color: rgb(85,16,127); }

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