Html Css Color HEX #500462 Indigo

📋 copy color: '#500462'

red 80 ◦ green 4 ◦ blue 98

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

Shades of Indigo #500462

Tints of Indigo #500462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 53.85%

R = 43.96%
G = 2.2%
B = 53.85%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#500462 (or 0x500462) is known color: Indigo. HEX triplet: 50, 04 and 62. RGB value is (80,4,98). Sum of RGB (Red+Green+Blue) = 80+4+98=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #500462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500462 is #AFFB9D. Grayscale: #252525. Windows color (decimal): -11533214 or 6423632. OLE color: 6423632.

HSL color Cylindrical-coordinate representation of color #500462: hue angle of 288.51º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500462 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 4 98 -
CMYK 0.18 0.96 0 0.62
HSL 288.51º 0.92% 0.2% -
HSV(B) 288.51º 0.96% 0.38% -
XYZ 5.56 2.67 11.78 -
YUV 37.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 80 4 98 0.18 0.96 0 0.62 288.51 0.92 0.2
Hex 50 4 62 12 60 0 3E 121 5C 14
Octal 120 4 142 22 140 0 76 441 134 24
Binary 1010000 100 1100010 10010 1100000 0 111110 100100001 1011100 10100

Color Harmonies of #500462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500462

Black with #500462

Text Example


Text Example

White with #500462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500462; }

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

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

background-color css

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

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

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

border-color css

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

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

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