Html Css Color HEX #500468 Indigo

📋 copy color: '#500468'

red 80 ◦ green 4 ◦ blue 104

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

Shades of Indigo #500468

Tints of Indigo #500468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 55.32%

R = 42.55%
G = 2.13%
B = 55.32%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#500468 (or 0x500468) is known color: Indigo. HEX triplet: 50, 04 and 68. RGB value is (80,4,104). Sum of RGB (Red+Green+Blue) = 80+4+104=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #500468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500468 is #AFFB97. Grayscale: #252525. Windows color (decimal): -11533208 or 6816848. OLE color: 6816848.

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

Color convert

RGB 80 4 104 -
CMYK 0.23 0.96 0 0.59
HSL 285.6º 0.93% 0.21% -
HSV(B) 285.6º 0.96% 0.41% -
XYZ 5.85 2.79 13.33 -
YUV 38.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 80 4 104 0.23 0.96 0 0.59 285.6 0.93 0.21
Hex 50 4 68 17 60 0 3B 11E 5D 15
Octal 120 4 150 27 140 0 73 436 135 25
Binary 1010000 100 1101000 10111 1100000 0 111011 100011110 1011101 10101

Color Harmonies of #500468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500468

Black with #500468

Text Example


Text Example

White with #500468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500468; }

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

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

background-color css

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

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

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

border-color css

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

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

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