Html Css Color HEX #50055F Indigo

📋 copy color: '#50055F'

red 80 ◦ green 5 ◦ blue 95

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

Shades of Indigo #50055F

Tints of Indigo #50055F

RGB

 RED value IS 80 (31.64% from 255) = 44.44%

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

 BLUE value IS 95 (37.5% from 255) = 52.78%

R = 44.44%
G = 2.78%
B = 52.78%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50055F (or 0x50055F) is known color: Indigo. HEX triplet: 50, 05 and 5F. RGB value is (80,5,95). Sum of RGB (Red+Green+Blue) = 80+5+95=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #50055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50055F is #AFFAA0. Grayscale: #252525. Windows color (decimal): -11532961 or 6227280. OLE color: 6227280.

HSL color Cylindrical-coordinate representation of color #50055F: hue angle of 290º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50055F is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 5 95 -
CMYK 0.16 0.95 0 0.63
HSL 290º 0.9% 0.2% -
HSV(B) 290º 0.95% 0.37% -
XYZ 5.43 2.64 11.05 -
YUV 37.69 160.35 158.18 -
System Red Green Blue C M Y K H S L
Decimal 80 5 95 0.16 0.95 0 0.63 290 0.9 0.2
Hex 50 5 5F 10 5F 0 3F 122 5A 14
Octal 120 5 137 20 137 0 77 442 132 24
Binary 1010000 101 1011111 10000 1011111 0 111111 100100010 1011010 10100

Color Harmonies of #50055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50055F

Black with #50055F

Text Example


Text Example

White with #50055F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,5,95); }

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

background-color css

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

 a { background-color: rgb(80,5,95); }

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

border-color css

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

 span { border-color: rgb(80,5,95); }

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