Html Css Color HEX #500467 Indigo

📋 copy color: '#500467'

red 80 ◦ green 4 ◦ blue 103

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

Shades of Indigo #500467

Tints of Indigo #500467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

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

R = 42.78%
G = 2.14%
B = 55.08%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#500467 (or 0x500467) is known color: Indigo. HEX triplet: 50, 04 and 67. RGB value is (80,4,103). Sum of RGB (Red+Green+Blue) = 80+4+103=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #500467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500467 is #AFFB98. Grayscale: #252525. Windows color (decimal): -11533209 or 6751312. OLE color: 6751312.

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

Color convert

RGB 80 4 103 -
CMYK 0.22 0.96 0 0.60
HSL 286.06º 0.93% 0.21% -
HSV(B) 286.06º 0.96% 0.4% -
XYZ 5.8 2.77 13.06 -
YUV 38.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 80 4 103 0.22 0.96 0 0.60 286.06 0.93 0.21
Hex 50 4 67 16 60 0 3C 11E 5D 15
Octal 120 4 147 26 140 0 74 436 135 25
Binary 1010000 100 1100111 10110 1100000 0 111100 100011110 1011101 10101

Color Harmonies of #500467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500467

Black with #500467

Text Example


Text Example

White with #500467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500467; }

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

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

background-color css

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

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

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

border-color css

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

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

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