Html Css Color HEX #7201FC Electric Indigo

📋 copy color: '#7201FC'

red 114 ◦ green 1 ◦ blue 252

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

Shades of Electric Indigo #7201FC

Tints of Electric Indigo #7201FC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 31.06%
G = 0.27%
B = 68.66%

CMYK

 C value IS 0.55

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7201FC (or 0x7201FC) is known color: Electric Indigo. HEX triplet: 72, 01 and FC. RGB value is (114,1,252). Sum of RGB (Red+Green+Blue) = 114+1+252=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #7201FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7201FC is #8DFE03. Grayscale: #3E3E3E. Windows color (decimal): -9305604 or 16515442. OLE color: 16515442.

HSL color Cylindrical-coordinate representation of color #7201FC: hue angle of 267.01º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7201FC is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 1 252 -
CMYK 0.55 1.00 0 0.01
HSL 267.01º 0.99% 0.5% -
HSV(B) 267.01º 1% 0.99% -
XYZ 24.52 10.63 92.85 -
YUV 63.4 234.44 164.09 -
System Red Green Blue C M Y K H S L
Decimal 114 1 252 0.55 1.00 0 0.01 267.01 0.99 0.5
Hex 72 1 FC 37 64 0 1 10B 63 32
Octal 162 1 374 67 144 0 1 413 143 62
Binary 1110010 1 11111100 110111 1100100 0 1 100001011 1100011 110010

Color Harmonies of #7201FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7201FC

Black with #7201FC

Text Example


Text Example

White with #7201FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7201FC; }

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

 H1.HeaderClassName
 {
   color: #7201FC;
 }
 .AnyTagClassName
 {
   color: #7201FC;
 }
</style>

background-color css

<style>
 a { background-color: #7201FC; }

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

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

border-color css

<style>
 span { border-color: #7201FC; }

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

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