Html Css Color HEX #5000FC Electric Indigo

📋 copy color: '#5000FC'

red 80 ◦ green 0 ◦ blue 252

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

Shades of Electric Indigo #5000FC

Tints of Electric Indigo #5000FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75.9%

R = 24.1%
G = 0%
B = 75.9%

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

#5000FC (or 0x5000FC) is known color: Electric Indigo. HEX triplet: 50, 00 and FC. RGB value is (80,0,252). Sum of RGB (Red+Green+Blue) = 80+0+252=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #5000FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5000FC is #AFFF03. Grayscale: #333333. Windows color (decimal): -11534084 or 16515152. OLE color: 16515152.

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

Color convert

RGB 80 0 252 -
CMYK 0.68 1 0 0.01
HSL 259.05º 1% 0.49% -
HSV(B) 259.05º 1% 0.99% -
XYZ 20.88 8.73 92.68 -
YUV 52.65 240.5 147.51 -
System Red Green Blue C M Y K H S L
Decimal 80 0 252 0.68 1 0 0.01 259.05 1 0.49
Hex 50 0 FC 44 64 0 1 103 64 31
Octal 120 0 374 104 144 0 1 403 144 61
Binary 1010000 0 11111100 1000100 1100100 0 1 100000011 1100100 110001

Color Harmonies of #5000FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5000FC

Black with #5000FC

Text Example


Text Example

White with #5000FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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