Html Css Color HEX #721AFD Electric Indigo

📋 copy color: '#721AFD'

red 114 ◦ green 26 ◦ blue 253

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

Shades of Electric Indigo #721AFD

Tints of Electric Indigo #721AFD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.62%

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

R = 29.01%
G = 6.62%
B = 64.38%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#721AFD (or 0x721AFD) is known color: Electric Indigo. HEX triplet: 72, 1A and FD. RGB value is (114,26,253). Sum of RGB (Red+Green+Blue) = 114+26+253=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #721AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721AFD is #8DE502. Grayscale: #4D4D4D. Windows color (decimal): -9299203 or 16587378. OLE color: 16587378.

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

Color convert

RGB 114 26 253 -
CMYK 0.55 0.90 0 0.01
HSL 263.26º 0.98% 0.55% -
HSV(B) 263.26º 0.9% 0.99% -
XYZ 25.04 11.41 93.81 -
YUV 78.19 226.65 153.54 -
System Red Green Blue C M Y K H S L
Decimal 114 26 253 0.55 0.90 0 0.01 263.26 0.98 0.55
Hex 72 1A FD 37 5A 0 1 107 62 37
Octal 162 32 375 67 132 0 1 407 142 67
Binary 1110010 11010 11111101 110111 1011010 0 1 100000111 1100010 110111

Color Harmonies of #721AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721AFD

Black with #721AFD

Text Example


Text Example

White with #721AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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