Html Css Color HEX #50006B Indigo

📋 copy color: '#50006B'

red 80 ◦ green 0 ◦ blue 107

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

Shades of Indigo #50006B

Tints of Indigo #50006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 107 (42.19% from 255) = 57.22%

R = 42.78%
G = 0%
B = 57.22%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50006B (or 0x50006B) is known color: Indigo. HEX triplet: 50, 00 and 6B. RGB value is (80,0,107). Sum of RGB (Red+Green+Blue) = 80+0+107=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #50006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50006B is #AFFF94. Grayscale: #232323. Windows color (decimal): -11534229 or 7012432. OLE color: 7012432.

HSL color Cylindrical-coordinate representation of color #50006B: hue angle of 284.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50006B is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 0 107 -
CMYK 0.25 1 0 0.58
HSL 284.86º 1% 0.21% -
HSV(B) 284.86º 1% 0.42% -
XYZ 5.96 2.77 14.13 -
YUV 36.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 80 0 107 0.25 1 0 0.58 284.86 1 0.21
Hex 50 0 6B 19 64 0 3A 11D 64 15
Octal 120 0 153 31 144 0 72 435 144 25
Binary 1010000 0 1101011 11001 1100100 0 111010 100011101 1100100 10101

Color Harmonies of #50006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50006B

Black with #50006B

Text Example


Text Example

White with #50006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50006B; }

 p { color: rgb(80,0,107); }

 H1.HeaderClassName
 {
   color: #50006B;
 }
 .AnyTagClassName
 {
   color: #50006B;
 }
</style>

background-color css

<style>
 a { background-color: #50006B; }

 a { background-color: rgb(80,0,107); }

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

border-color css

<style>
 span { border-color: #50006B; }

 span { border-color: rgb(80,0,107); }

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