Html Css Color HEX #5100FF Electric Indigo

📋 copy color: '#5100FF'

red 81 ◦ green 0 ◦ blue 255

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

Shades of Electric Indigo #5100FF

Tints of Electric Indigo #5100FF

RGB

 RED value IS 81 (32.03% from 255) = 24.11%

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

 BLUE value IS 255 (100% from 255) = 75.89%

R = 24.11%
G = 0%
B = 75.89%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5100FF (or 0x5100FF) is known color: Electric Indigo. HEX triplet: 51, 00 and FF. RGB value is (81,0,255). Sum of RGB (Red+Green+Blue) = 81+0+255=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #5100FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5100FF is #AEFF00. Grayscale: #343434. Windows color (decimal): -11468545 or 16711761. OLE color: 16711761.

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

Color convert

RGB 81 0 255 -
CMYK 0.68 1 0 0
HSL 259.06º 1% 0.5% -
HSV(B) 259.06º 1% 1% -
XYZ 21.44 8.97 95.21 -
YUV 53.29 241.84 147.77 -
System Red Green Blue C M Y K H S L
Decimal 81 0 255 0.68 1 0 0 259.06 1 0.5
Hex 51 0 FF 44 64 0 0 103 64 32
Octal 121 0 377 104 144 0 0 403 144 62
Binary 1010001 0 11111111 1000100 1100100 0 0 100000011 1100100 110010

Color Harmonies of #5100FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5100FF

Black with #5100FF

Text Example


Text Example

White with #5100FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5100FF; }

 p { color: rgb(81,0,255); }

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

background-color css

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

 a { background-color: rgb(81,0,255); }

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

border-color css

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

 span { border-color: rgb(81,0,255); }

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