Html Css Color HEX #501098 Indigo

📋 copy color: '#501098'

red 80 ◦ green 16 ◦ blue 152

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

Shades of Indigo #501098

Tints of Indigo #501098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

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

R = 32.26%
G = 6.45%
B = 61.29%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#501098 (or 0x501098) is known color: Indigo. HEX triplet: 50, 10 and 98. RGB value is (80,16,152). Sum of RGB (Red+Green+Blue) = 80+16+152=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #501098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501098 is #AFEF67. Grayscale: #323232. Windows color (decimal): -11530088 or 9965648. OLE color: 9965648.

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

Color convert

RGB 80 16 152 -
CMYK 0.47 0.89 0 0.40
HSL 268.24º 0.81% 0.33% -
HSV(B) 268.24º 0.89% 0.6% -
XYZ 9.16 4.34 30.06 -
YUV 50.64 185.2 148.94 -
System Red Green Blue C M Y K H S L
Decimal 80 16 152 0.47 0.89 0 0.40 268.24 0.81 0.33
Hex 50 10 98 2F 59 0 28 10C 51 21
Octal 120 20 230 57 131 0 50 414 121 41
Binary 1010000 10000 10011000 101111 1011001 0 101000 100001100 1010001 100001

Color Harmonies of #501098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501098

Black with #501098

Text Example


Text Example

White with #501098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501098; }

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

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

background-color css

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

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

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

border-color css

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

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

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