Html Css Color HEX #500290 Indigo

📋 copy color: '#500290'

red 80 ◦ green 2 ◦ blue 144

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

Shades of Indigo #500290

Tints of Indigo #500290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 35.4%
G = 0.88%
B = 63.72%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#500290 (or 0x500290) is known color: Indigo. HEX triplet: 50, 02 and 90. RGB value is (80,2,144). Sum of RGB (Red+Green+Blue) = 80+2+144=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #500290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500290 is #AFFD6F. Grayscale: #292929. Windows color (decimal): -11533680 or 9437776. OLE color: 9437776.

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

Color convert

RGB 80 2 144 -
CMYK 0.44 0.99 0 0.44
HSL 272.96º 0.97% 0.29% -
HSV(B) 272.96º 0.99% 0.56% -
XYZ 8.36 3.76 26.67 -
YUV 41.51 185.84 155.45 -
System Red Green Blue C M Y K H S L
Decimal 80 2 144 0.44 0.99 0 0.44 272.96 0.97 0.29
Hex 50 2 90 2C 63 0 2C 111 61 1D
Octal 120 2 220 54 143 0 54 421 141 35
Binary 1010000 10 10010000 101100 1100011 0 101100 100010001 1100001 11101

Color Harmonies of #500290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500290

Black with #500290

Text Example


Text Example

White with #500290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500290; }

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

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

background-color css

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

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

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

border-color css

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

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

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