Html Css Color HEX #721FFC Electric Indigo

📋 copy color: '#721FFC'

red 114 ◦ green 31 ◦ blue 252

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

Shades of Electric Indigo #721FFC

Tints of Electric Indigo #721FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.81%

 BLUE value IS 252 (98.83% from 255) = 63.48%

R = 28.72%
G = 7.81%
B = 63.48%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#721FFC (or 0x721FFC) is known color: Electric Indigo. HEX triplet: 72, 1F and FC. RGB value is (114,31,252). Sum of RGB (Red+Green+Blue) = 114+31+252=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #721FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721FFC is #8DE003. Grayscale: #505050. Windows color (decimal): -9297924 or 16523122. OLE color: 16523122.

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

Color convert

RGB 114 31 252 -
CMYK 0.55 0.88 0 0.01
HSL 262.53º 0.97% 0.55% -
HSV(B) 262.53º 0.88% 0.99% -
XYZ 25 11.59 93.01 -
YUV 81.01 224.5 151.53 -
System Red Green Blue C M Y K H S L
Decimal 114 31 252 0.55 0.88 0 0.01 262.53 0.97 0.55
Hex 72 1F FC 37 58 0 1 107 61 37
Octal 162 37 374 67 130 0 1 407 141 67
Binary 1110010 11111 11111100 110111 1011000 0 1 100000111 1100001 110111

Color Harmonies of #721FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721FFC

Black with #721FFC

Text Example


Text Example

White with #721FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,31,252); }

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

background-color css

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

 a { background-color: rgb(114,31,252); }

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

border-color css

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

 span { border-color: rgb(114,31,252); }

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