Html Css Color HEX #5000FD Electric Indigo

📋 copy color: '#5000FD'

red 80 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #5000FD

Tints of Electric Indigo #5000FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 253 (99.22% from 255) = 75.98%

R = 24.02%
G = 0%
B = 75.98%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5000FD (or 0x5000FD) is known color: Electric Indigo. HEX triplet: 50, 00 and FD. RGB value is (80,0,253). Sum of RGB (Red+Green+Blue) = 80+0+253=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #5000FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5000FD is #AFFF02. Grayscale: #333333. Windows color (decimal): -11534083 or 16580688. OLE color: 16580688.

HSL color Cylindrical-coordinate representation of color #5000FD: hue angle of 258.97º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5000FD is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 0 253 -
CMYK 0.68 1 0 0.01
HSL 258.97º 1% 0.5% -
HSV(B) 258.97º 1% 0.99% -
XYZ 21.04 8.8 93.52 -
YUV 52.76 241 147.43 -
System Red Green Blue C M Y K H S L
Decimal 80 0 253 0.68 1 0 0.01 258.97 1 0.5
Hex 50 0 FD 44 64 0 1 103 64 32
Octal 120 0 375 104 144 0 1 403 144 62
Binary 1010000 0 11111101 1000100 1100100 0 1 100000011 1100100 110010

Color Harmonies of #5000FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5000FD

Black with #5000FD

Text Example


Text Example

White with #5000FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5000FD; }

 p { color: rgb(80,0,253); }

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

background-color css

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

 a { background-color: rgb(80,0,253); }

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

border-color css

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

 span { border-color: rgb(80,0,253); }

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