Html Css Color HEX #500298 Indigo

📋 copy color: '#500298'

red 80 ◦ green 2 ◦ blue 152

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

Shades of Indigo #500298

Tints of Indigo #500298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 34.19%
G = 0.85%
B = 64.96%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#500298 (or 0x500298) is known color: Indigo. HEX triplet: 50, 02 and 98. RGB value is (80,2,152). Sum of RGB (Red+Green+Blue) = 80+2+152=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #500298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500298 is #AFFD67. Grayscale: #292929. Windows color (decimal): -11533672 or 9962064. OLE color: 9962064.

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

Color convert

RGB 80 2 152 -
CMYK 0.47 0.99 0 0.40
HSL 271.2º 0.97% 0.3% -
HSV(B) 271.2º 0.99% 0.6% -
XYZ 9 4.02 30.01 -
YUV 42.42 189.84 154.8 -
System Red Green Blue C M Y K H S L
Decimal 80 2 152 0.47 0.99 0 0.40 271.2 0.97 0.3
Hex 50 2 98 2F 63 0 28 10F 61 1E
Octal 120 2 230 57 143 0 50 417 141 36
Binary 1010000 10 10011000 101111 1100011 0 101000 100001111 1100001 11110

Color Harmonies of #500298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500298

Black with #500298

Text Example


Text Example

White with #500298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500298; }

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

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

background-color css

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

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

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

border-color css

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

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

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