Html Css Color HEX #721CFB Electric Indigo

📋 copy color: '#721CFB'

red 114 ◦ green 28 ◦ blue 251

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

Shades of Electric Indigo #721CFB

Tints of Electric Indigo #721CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.12%

 BLUE value IS 251 (98.44% from 255) = 63.87%

R = 29.01%
G = 7.12%
B = 63.87%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#721CFB (or 0x721CFB) is known color: Electric Indigo. HEX triplet: 72, 1C and FB. RGB value is (114,28,251). Sum of RGB (Red+Green+Blue) = 114+28+251=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #721CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721CFB is #8DE304. Grayscale: #4E4E4E. Windows color (decimal): -9298693 or 16456818. OLE color: 16456818.

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

Color convert

RGB 114 28 251 -
CMYK 0.55 0.89 0 0.02
HSL 263.14º 0.97% 0.55% -
HSV(B) 263.14º 0.89% 0.98% -
XYZ 24.77 11.37 92.16 -
YUV 79.14 224.99 152.87 -
System Red Green Blue C M Y K H S L
Decimal 114 28 251 0.55 0.89 0 0.02 263.14 0.97 0.55
Hex 72 1C FB 37 59 0 2 107 61 37
Octal 162 34 373 67 131 0 2 407 141 67
Binary 1110010 11100 11111011 110111 1011001 0 10 100000111 1100001 110111

Color Harmonies of #721CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CFB

Black with #721CFB

Text Example


Text Example

White with #721CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,28,251); }

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

background-color css

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

 a { background-color: rgb(114,28,251); }

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

border-color css

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

 span { border-color: rgb(114,28,251); }

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