Html Css Color HEX #501294 Indigo

📋 copy color: '#501294'

red 80 ◦ green 18 ◦ blue 148

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

Shades of Indigo #501294

Tints of Indigo #501294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.32%

 BLUE value IS 148 (58.2% from 255) = 60.16%

R = 32.52%
G = 7.32%
B = 60.16%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#501294 (or 0x501294) is known color: Indigo. HEX triplet: 50, 12 and 94. RGB value is (80,18,148). Sum of RGB (Red+Green+Blue) = 80+18+148=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #501294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501294 is #AFED6B. Grayscale: #323232. Windows color (decimal): -11529580 or 9704016. OLE color: 9704016.

HSL color Cylindrical-coordinate representation of color #501294: hue angle of 268.62º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501294 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 18 148 -
CMYK 0.46 0.88 0 0.42
HSL 268.62º 0.78% 0.33% -
HSV(B) 268.62º 0.88% 0.58% -
XYZ 8.87 4.28 28.37 -
YUV 51.36 182.54 148.43 -
System Red Green Blue C M Y K H S L
Decimal 80 18 148 0.46 0.88 0 0.42 268.62 0.78 0.33
Hex 50 12 94 2E 58 0 2A 10D 4E 21
Octal 120 22 224 56 130 0 52 415 116 41
Binary 1010000 10010 10010100 101110 1011000 0 101010 100001101 1001110 100001

Color Harmonies of #501294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501294

Black with #501294

Text Example


Text Example

White with #501294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501294; }

 p { color: rgb(80,18,148); }

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

background-color css

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

 a { background-color: rgb(80,18,148); }

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

border-color css

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

 span { border-color: rgb(80,18,148); }

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