Html Css Color HEX #50056F Indigo

📋 copy color: '#50056F'

red 80 ◦ green 5 ◦ blue 111

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

Shades of Indigo #50056F

Tints of Indigo #50056F

RGB

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

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

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

R = 40.82%
G = 2.55%
B = 56.63%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50056F (or 0x50056F) is known color: Indigo. HEX triplet: 50, 05 and 6F. RGB value is (80,5,111). Sum of RGB (Red+Green+Blue) = 80+5+111=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #50056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50056F is #AFFA90. Grayscale: #272727. Windows color (decimal): -11532945 or 7275856. OLE color: 7275856.

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

Color convert

RGB 80 5 111 -
CMYK 0.28 0.95 0 0.56
HSL 282.45º 0.91% 0.23% -
HSV(B) 282.45º 0.95% 0.44% -
XYZ 6.23 2.96 15.28 -
YUV 39.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 80 5 111 0.28 0.95 0 0.56 282.45 0.91 0.23
Hex 50 5 6F 1C 5F 0 38 11A 5B 17
Octal 120 5 157 34 137 0 70 432 133 27
Binary 1010000 101 1101111 11100 1011111 0 111000 100011010 1011011 10111

Color Harmonies of #50056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50056F

Black with #50056F

Text Example


Text Example

White with #50056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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