Html Css Color HEX #721DFD Electric Indigo

📋 copy color: '#721DFD'

red 114 ◦ green 29 ◦ blue 253

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

Shades of Electric Indigo #721DFD

Tints of Electric Indigo #721DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.89%

R = 28.79%
G = 7.32%
B = 63.89%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#721DFD (or 0x721DFD) is known color: Electric Indigo. HEX triplet: 72, 1D and FD. RGB value is (114,29,253). Sum of RGB (Red+Green+Blue) = 114+29+253=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #721DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721DFD is #8DE202. Grayscale: #4F4F4F. Windows color (decimal): -9298435 or 16588146. OLE color: 16588146.

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

Color convert

RGB 114 29 253 -
CMYK 0.55 0.89 0 0.01
HSL 262.77º 0.98% 0.55% -
HSV(B) 262.77º 0.89% 0.99% -
XYZ 25.11 11.55 93.83 -
YUV 79.95 225.66 152.29 -
System Red Green Blue C M Y K H S L
Decimal 114 29 253 0.55 0.89 0 0.01 262.77 0.98 0.55
Hex 72 1D FD 37 59 0 1 107 62 37
Octal 162 35 375 67 131 0 1 407 142 67
Binary 1110010 11101 11111101 110111 1011001 0 1 100000111 1100010 110111

Color Harmonies of #721DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721DFD

Black with #721DFD

Text Example


Text Example

White with #721DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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