Html Css Color HEX #721FFE Electric Indigo

📋 copy color: '#721FFE'

red 114 ◦ green 31 ◦ blue 254

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

Shades of Electric Indigo #721FFE

Tints of Electric Indigo #721FFE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.77%

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

R = 28.57%
G = 7.77%
B = 63.66%

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

#721FFE (or 0x721FFE) is known color: Electric Indigo. HEX triplet: 72, 1F and FE. RGB value is (114,31,254). Sum of RGB (Red+Green+Blue) = 114+31+254=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #721FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721FFE is #8DE001. Grayscale: #505050. Windows color (decimal): -9297922 or 16654194. OLE color: 16654194.

HSL color Cylindrical-coordinate representation of color #721FFE: hue angle of 262.33º 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 #721FFE is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 31 254 -
CMYK 0.55 0.88 0 0.00
HSL 262.33º 0.99% 0.56% -
HSV(B) 262.33º 0.88% 1% -
XYZ 25.32 11.71 94.69 -
YUV 81.24 225.5 151.37 -
System Red Green Blue C M Y K H S L
Decimal 114 31 254 0.55 0.88 0 0.00 262.33 0.99 0.56
Hex 72 1F FE 37 58 0 0 106 63 38
Octal 162 37 376 67 130 0 0 406 143 70
Binary 1110010 11111 11111110 110111 1011000 0 0 100000110 1100011 111000

Color Harmonies of #721FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721FFE

Black with #721FFE

Text Example


Text Example

White with #721FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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