Html Css Color HEX #500292 Indigo

📋 copy color: '#500292'

red 80 ◦ green 2 ◦ blue 146

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

Shades of Indigo #500292

Tints of Indigo #500292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.04%

R = 35.09%
G = 0.88%
B = 64.04%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#500292 (or 0x500292) is known color: Indigo. HEX triplet: 50, 02 and 92. RGB value is (80,2,146). Sum of RGB (Red+Green+Blue) = 80+2+146=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #500292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500292 is #AFFD6D. Grayscale: #292929. Windows color (decimal): -11533678 or 9568848. OLE color: 9568848.

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

Color convert

RGB 80 2 146 -
CMYK 0.45 0.99 0 0.43
HSL 272.5º 0.97% 0.29% -
HSV(B) 272.5º 0.99% 0.57% -
XYZ 8.52 3.82 27.48 -
YUV 41.74 186.84 155.29 -
System Red Green Blue C M Y K H S L
Decimal 80 2 146 0.45 0.99 0 0.43 272.5 0.97 0.29
Hex 50 2 92 2D 63 0 2B 110 61 1D
Octal 120 2 222 55 143 0 53 420 141 35
Binary 1010000 10 10010010 101101 1100011 0 101011 100010000 1100001 11101

Color Harmonies of #500292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500292

Black with #500292

Text Example


Text Example

White with #500292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500292; }

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

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

background-color css

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

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

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

border-color css

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

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

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