Html Css Color HEX #5401EB Electric Indigo

📋 copy color: '#5401EB'

red 84 ◦ green 1 ◦ blue 235

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

Shades of Electric Indigo #5401EB

Tints of Electric Indigo #5401EB

RGB

 RED value IS 84 (33.2% from 255) = 26.25%

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 235 (92.19% from 255) = 73.44%

R = 26.25%
G = 0.31%
B = 73.44%

CMYK

 C value IS 0.64

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5401EB (or 0x5401EB) is known color: Electric Indigo. HEX triplet: 54, 01 and EB. RGB value is (84,1,235). Sum of RGB (Red+Green+Blue) = 84+1+235=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #5401EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5401EB is #ABFE14. Grayscale: #333333. Windows color (decimal): -11271701 or 15401300. OLE color: 15401300.

HSL color Cylindrical-coordinate representation of color #5401EB: hue angle of 261.28º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5401EB is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 1 235 -
CMYK 0.64 1.00 0 0.08
HSL 261.28º 0.99% 0.46% -
HSV(B) 261.28º 1% 0.92% -
XYZ 18.66 7.9 79.14 -
YUV 52.49 231 150.47 -
System Red Green Blue C M Y K H S L
Decimal 84 1 235 0.64 1.00 0 0.08 261.28 0.99 0.46
Hex 54 1 EB 40 64 0 8 105 63 2E
Octal 124 1 353 100 144 0 10 405 143 56
Binary 1010100 1 11101011 1000000 1100100 0 1000 100000101 1100011 101110

Color Harmonies of #5401EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5401EB

Black with #5401EB

Text Example


Text Example

White with #5401EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5401EB; }

 p { color: rgb(84,1,235); }

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

background-color css

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

 a { background-color: rgb(84,1,235); }

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

border-color css

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

 span { border-color: rgb(84,1,235); }

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