Html Css Color HEX #55147F Indigo

📋 copy color: '#55147F'

red 85 ◦ green 20 ◦ blue 127

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

Shades of Indigo #55147F

Tints of Indigo #55147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.62%

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

R = 36.64%
G = 8.62%
B = 54.74%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#55147F (or 0x55147F) is known color: Indigo. HEX triplet: 55, 14 and 7F. RGB value is (85,20,127). Sum of RGB (Red+Green+Blue) = 85+20+127=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #55147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55147F is #AAEB80. Grayscale: #333333. Windows color (decimal): -11201409 or 8328277. OLE color: 8328277.

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

Color convert

RGB 85 20 127 -
CMYK 0.33 0.84 0 0.50
HSL 276.45º 0.73% 0.29% -
HSV(B) 276.45º 0.84% 0.5% -
XYZ 7.83 3.96 20.43 -
YUV 51.63 170.53 151.8 -
System Red Green Blue C M Y K H S L
Decimal 85 20 127 0.33 0.84 0 0.50 276.45 0.73 0.29
Hex 55 14 7F 21 54 0 32 114 49 1D
Octal 125 24 177 41 124 0 62 424 111 35
Binary 1010101 10100 1111111 100001 1010100 0 110010 100010100 1001001 11101

Color Harmonies of #55147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55147F

Black with #55147F

Text Example


Text Example

White with #55147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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