Html Css Color HEX #500390 Indigo

📋 copy color: '#500390'

red 80 ◦ green 3 ◦ blue 144

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

Shades of Indigo #500390

Tints of Indigo #500390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 144 (56.64% from 255) = 63.44%

R = 35.24%
G = 1.32%
B = 63.44%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#500390 (or 0x500390) is known color: Indigo. HEX triplet: 50, 03 and 90. RGB value is (80,3,144). Sum of RGB (Red+Green+Blue) = 80+3+144=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #500390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500390 is #AFFC6F. Grayscale: #292929. Windows color (decimal): -11533424 or 9438032. OLE color: 9438032.

HSL color Cylindrical-coordinate representation of color #500390: hue angle of 272.77º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500390 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 3 144 -
CMYK 0.44 0.98 0 0.44
HSL 272.77º 0.96% 0.29% -
HSV(B) 272.77º 0.98% 0.56% -
XYZ 8.37 3.78 26.67 -
YUV 42.1 185.51 155.04 -
System Red Green Blue C M Y K H S L
Decimal 80 3 144 0.44 0.98 0 0.44 272.77 0.96 0.29
Hex 50 3 90 2C 62 0 2C 111 60 1D
Octal 120 3 220 54 142 0 54 421 140 35
Binary 1010000 11 10010000 101100 1100010 0 101100 100010001 1100000 11101

Color Harmonies of #500390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500390

Black with #500390

Text Example


Text Example

White with #500390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500390; }

 p { color: rgb(80,3,144); }

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

background-color css

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

 a { background-color: rgb(80,3,144); }

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

border-color css

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

 span { border-color: rgb(80,3,144); }

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