Html Css Color HEX #500498 Indigo

📋 copy color: '#500498'

red 80 ◦ green 4 ◦ blue 152

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

Shades of Indigo #500498

Tints of Indigo #500498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 33.9%
G = 1.69%
B = 64.41%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#500498 (or 0x500498) is known color: Indigo. HEX triplet: 50, 04 and 98. RGB value is (80,4,152). Sum of RGB (Red+Green+Blue) = 80+4+152=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #500498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500498 is #AFFB67. Grayscale: #2B2B2B. Windows color (decimal): -11533160 or 9962576. OLE color: 9962576.

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

Color convert

RGB 80 4 152 -
CMYK 0.47 0.97 0 0.40
HSL 270.81º 0.95% 0.31% -
HSV(B) 270.81º 0.97% 0.6% -
XYZ 9.02 4.06 30.01 -
YUV 43.6 189.18 153.97 -
System Red Green Blue C M Y K H S L
Decimal 80 4 152 0.47 0.97 0 0.40 270.81 0.95 0.31
Hex 50 4 98 2F 61 0 28 10F 5F 1F
Octal 120 4 230 57 141 0 50 417 137 37
Binary 1010000 100 10011000 101111 1100001 0 101000 100001111 1011111 11111

Color Harmonies of #500498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500498

Black with #500498

Text Example


Text Example

White with #500498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500498; }

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

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

background-color css

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

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

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

border-color css

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

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

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