Html Css Color HEX #55157F Indigo

📋 copy color: '#55157F'

red 85 ◦ green 21 ◦ blue 127

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

Shades of Indigo #55157F

Tints of Indigo #55157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

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

R = 36.48%
G = 9.01%
B = 54.51%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#55157F (or 0x55157F) is known color: Indigo. HEX triplet: 55, 15 and 7F. RGB value is (85,21,127). Sum of RGB (Red+Green+Blue) = 85+21+127=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #55157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55157F is #AAEA80. Grayscale: #333333. Windows color (decimal): -11201153 or 8328533. OLE color: 8328533.

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

Color convert

RGB 85 21 127 -
CMYK 0.33 0.83 0 0.50
HSL 276.23º 0.72% 0.29% -
HSV(B) 276.23º 0.83% 0.5% -
XYZ 7.85 4 20.44 -
YUV 52.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 85 21 127 0.33 0.83 0 0.50 276.23 0.72 0.29
Hex 55 15 7F 21 53 0 32 114 48 1D
Octal 125 25 177 41 123 0 62 424 110 35
Binary 1010101 10101 1111111 100001 1010011 0 110010 100010100 1001000 11101

Color Harmonies of #55157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55157F

Black with #55157F

Text Example


Text Example

White with #55157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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