Html Css Color HEX #500667 Indigo

📋 copy color: '#500667'

red 80 ◦ green 6 ◦ blue 103

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

Shades of Indigo #500667

Tints of Indigo #500667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.17%

 BLUE value IS 103 (40.63% from 255) = 54.5%

R = 42.33%
G = 3.17%
B = 54.5%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#500667 (or 0x500667) is known color: Indigo. HEX triplet: 50, 06 and 67. RGB value is (80,6,103). Sum of RGB (Red+Green+Blue) = 80+6+103=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #500667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500667 is #AFF998. Grayscale: #262626. Windows color (decimal): -11532697 or 6751824. OLE color: 6751824.

HSL color Cylindrical-coordinate representation of color #500667: hue angle of 285.77º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500667 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 6 103 -
CMYK 0.22 0.94 0 0.60
HSL 285.77º 0.89% 0.21% -
HSV(B) 285.77º 0.94% 0.4% -
XYZ 5.82 2.81 13.07 -
YUV 39.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 80 6 103 0.22 0.94 0 0.60 285.77 0.89 0.21
Hex 50 6 67 16 5E 0 3C 11E 59 15
Octal 120 6 147 26 136 0 74 436 131 25
Binary 1010000 110 1100111 10110 1011110 0 111100 100011110 1011001 10101

Color Harmonies of #500667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500667

Black with #500667

Text Example


Text Example

White with #500667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500667; }

 p { color: rgb(80,6,103); }

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

background-color css

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

 a { background-color: rgb(80,6,103); }

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

border-color css

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

 span { border-color: rgb(80,6,103); }

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