Html Css Color HEX #721AF9 Electric Indigo

📋 copy color: '#721AF9'

red 114 ◦ green 26 ◦ blue 249

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

Shades of Electric Indigo #721AF9

Tints of Electric Indigo #721AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 64.01%

R = 29.31%
G = 6.68%
B = 64.01%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#721AF9 (or 0x721AF9) is known color: Electric Indigo. HEX triplet: 72, 1A and F9. RGB value is (114,26,249). Sum of RGB (Red+Green+Blue) = 114+26+249=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 249 (97.66% from 255 or 64.01% from 389); Max value from RGB is 249 - color contains mainly: blue. Hex color #721AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721AF9 is #8DE506. Grayscale: #4C4C4C. Windows color (decimal): -9299207 or 16325234. OLE color: 16325234.

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

Color convert

RGB 114 26 249 -
CMYK 0.54 0.90 0 0.02
HSL 263.68º 0.95% 0.54% -
HSV(B) 263.68º 0.9% 0.98% -
XYZ 24.41 11.16 90.49 -
YUV 77.73 224.65 153.87 -
System Red Green Blue C M Y K H S L
Decimal 114 26 249 0.54 0.90 0 0.02 263.68 0.95 0.54
Hex 72 1A F9 36 5A 0 2 108 5F 36
Octal 162 32 371 66 132 0 2 410 137 66
Binary 1110010 11010 11111001 110110 1011010 0 10 100001000 1011111 110110

Color Harmonies of #721AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721AF9

Black with #721AF9

Text Example


Text Example

White with #721AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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