Html Css Color HEX #721EFE Electric Indigo

📋 copy color: '#721EFE'

red 114 ◦ green 30 ◦ blue 254

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

Shades of Electric Indigo #721EFE

Tints of Electric Indigo #721EFE

RGB

 RED value IS 114 (44.92% from 255) = 28.64%

 GREEN value IS 30 (12.11% from 255) = 7.54%

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 28.64%
G = 7.54%
B = 63.82%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#721EFE (or 0x721EFE) is known color: Electric Indigo. HEX triplet: 72, 1E and FE. RGB value is (114,30,254). Sum of RGB (Red+Green+Blue) = 114+30+254=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #721EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721EFE is #8DE101. Grayscale: #4F4F4F. Windows color (decimal): -9298178 or 16653938. OLE color: 16653938.

HSL color Cylindrical-coordinate representation of color #721EFE: hue angle of 262.5º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721EFE is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 30 254 -
CMYK 0.55 0.88 0 0.00
HSL 262.5º 0.99% 0.56% -
HSV(B) 262.5º 0.88% 1% -
XYZ 25.29 11.66 94.68 -
YUV 80.65 225.83 151.79 -
System Red Green Blue C M Y K H S L
Decimal 114 30 254 0.55 0.88 0 0.00 262.5 0.99 0.56
Hex 72 1E FE 37 58 0 0 106 63 38
Octal 162 36 376 67 130 0 0 406 143 70
Binary 1110010 11110 11111110 110111 1011000 0 0 100000110 1100011 111000

Color Harmonies of #721EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721EFE

Black with #721EFE

Text Example


Text Example

White with #721EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721EFE; }

 p { color: rgb(114,30,254); }

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

background-color css

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

 a { background-color: rgb(114,30,254); }

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

border-color css

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

 span { border-color: rgb(114,30,254); }

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