Html Css Color HEX #721DFF Electric Indigo

📋 copy color: '#721DFF'

red 114 ◦ green 29 ◦ blue 255

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

Shades of Electric Indigo #721DFF

Tints of Electric Indigo #721DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.29%

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

R = 28.64%
G = 7.29%
B = 64.07%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#721DFF (or 0x721DFF) is known color: Electric Indigo. HEX triplet: 72, 1D and FF. RGB value is (114,29,255). Sum of RGB (Red+Green+Blue) = 114+29+255=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #721DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721DFF is #8DE200. Grayscale: #4F4F4F. Windows color (decimal): -9298433 or 16719218. OLE color: 16719218.

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

Color convert

RGB 114 29 255 -
CMYK 0.55 0.89 0 0
HSL 262.57º 1% 0.56% -
HSV(B) 262.57º 0.89% 1% -
XYZ 25.43 11.68 95.52 -
YUV 80.18 226.66 152.12 -
System Red Green Blue C M Y K H S L
Decimal 114 29 255 0.55 0.89 0 0 262.57 1 0.56
Hex 72 1D FF 37 59 0 0 107 64 38
Octal 162 35 377 67 131 0 0 407 144 70
Binary 1110010 11101 11111111 110111 1011001 0 0 100000111 1100100 111000

Color Harmonies of #721DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721DFF

Black with #721DFF

Text Example


Text Example

White with #721DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,29,255); }

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

background-color css

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

 a { background-color: rgb(114,29,255); }

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

border-color css

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

 span { border-color: rgb(114,29,255); }

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