Html Css Color HEX #501298 Indigo

📋 copy color: '#501298'

red 80 ◦ green 18 ◦ blue 152

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

Shades of Indigo #501298

Tints of Indigo #501298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 60.8%

R = 32%
G = 7.2%
B = 60.8%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#501298 (or 0x501298) is known color: Indigo. HEX triplet: 50, 12 and 98. RGB value is (80,18,152). Sum of RGB (Red+Green+Blue) = 80+18+152=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #501298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501298 is #AFED67. Grayscale: #333333. Windows color (decimal): -11529576 or 9966160. OLE color: 9966160.

HSL color Cylindrical-coordinate representation of color #501298: hue angle of 267.76º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501298 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 18 152 -
CMYK 0.47 0.88 0 0.40
HSL 267.76º 0.79% 0.33% -
HSV(B) 267.76º 0.88% 0.6% -
XYZ 9.19 4.41 30.07 -
YUV 51.81 184.54 148.1 -
System Red Green Blue C M Y K H S L
Decimal 80 18 152 0.47 0.88 0 0.40 267.76 0.79 0.33
Hex 50 12 98 2F 58 0 28 10C 4F 21
Octal 120 22 230 57 130 0 50 414 117 41
Binary 1010000 10010 10011000 101111 1011000 0 101000 100001100 1001111 100001

Color Harmonies of #501298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501298

Black with #501298

Text Example


Text Example

White with #501298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501298; }

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

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

background-color css

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

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

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

border-color css

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

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

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