Html Css Color HEX #721CFF Electric Indigo

📋 copy color: '#721CFF'

red 114 ◦ green 28 ◦ blue 255

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

Shades of Electric Indigo #721CFF

Tints of Electric Indigo #721CFF

RGB

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

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

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

R = 28.72%
G = 7.05%
B = 64.23%

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

#721CFF (or 0x721CFF) is known color: Electric Indigo. HEX triplet: 72, 1C and FF. RGB value is (114,28,255). Sum of RGB (Red+Green+Blue) = 114+28+255=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #721CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721CFF is #8DE300. Grayscale: #4E4E4E. Windows color (decimal): -9298689 or 16718962. OLE color: 16718962.

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

Color convert

RGB 114 28 255 -
CMYK 0.55 0.89 0 0
HSL 262.73º 1% 0.55% -
HSV(B) 262.73º 0.89% 1% -
XYZ 25.4 11.63 95.51 -
YUV 79.59 226.99 152.54 -
System Red Green Blue C M Y K H S L
Decimal 114 28 255 0.55 0.89 0 0 262.73 1 0.55
Hex 72 1C FF 37 59 0 0 107 64 37
Octal 162 34 377 67 131 0 0 407 144 67
Binary 1110010 11100 11111111 110111 1011001 0 0 100000111 1100100 110111

Color Harmonies of #721CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CFF

Black with #721CFF

Text Example


Text Example

White with #721CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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