Html Css Color HEX #501898 Indigo

📋 copy color: '#501898'

red 80 ◦ green 24 ◦ blue 152

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

Shades of Indigo #501898

Tints of Indigo #501898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.38%

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

R = 31.25%
G = 9.38%
B = 59.38%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#501898 (or 0x501898) is known color: Indigo. HEX triplet: 50, 18 and 98. RGB value is (80,24,152). Sum of RGB (Red+Green+Blue) = 80+24+152=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #501898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501898 is #AFE767. Grayscale: #363636. Windows color (decimal): -11528040 or 9967696. OLE color: 9967696.

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

Color convert

RGB 80 24 152 -
CMYK 0.47 0.84 0 0.40
HSL 266.25º 0.73% 0.35% -
HSV(B) 266.25º 0.84% 0.6% -
XYZ 9.3 4.63 30.11 -
YUV 55.34 182.55 145.59 -
System Red Green Blue C M Y K H S L
Decimal 80 24 152 0.47 0.84 0 0.40 266.25 0.73 0.35
Hex 50 18 98 2F 54 0 28 10A 49 23
Octal 120 30 230 57 124 0 50 412 111 43
Binary 1010000 11000 10011000 101111 1010100 0 101000 100001010 1001001 100011

Color Harmonies of #501898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501898

Black with #501898

Text Example


Text Example

White with #501898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501898; }

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

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

background-color css

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

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

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

border-color css

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

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

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