Html Css Color HEX #7201EE Electric Indigo

📋 copy color: '#7201EE'

red 114 ◦ green 1 ◦ blue 238

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

Shades of Electric Indigo #7201EE

Tints of Electric Indigo #7201EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 67.42%

R = 32.29%
G = 0.28%
B = 67.42%

CMYK

 C value IS 0.52

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7201EE (or 0x7201EE) is known color: Electric Indigo. HEX triplet: 72, 01 and EE. RGB value is (114,1,238). Sum of RGB (Red+Green+Blue) = 114+1+238=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #7201EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7201EE is #8DFE11. Grayscale: #3C3C3C. Windows color (decimal): -9305618 or 15597938. OLE color: 15597938.

HSL color Cylindrical-coordinate representation of color #7201EE: hue angle of 268.61º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7201EE is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 1 238 -
CMYK 0.52 1.00 0 0.07
HSL 268.61º 0.99% 0.47% -
HSV(B) 268.61º 1% 0.93% -
XYZ 22.38 9.77 81.6 -
YUV 61.81 227.44 165.23 -
System Red Green Blue C M Y K H S L
Decimal 114 1 238 0.52 1.00 0 0.07 268.61 0.99 0.47
Hex 72 1 EE 34 64 0 7 10D 63 2F
Octal 162 1 356 64 144 0 7 415 143 57
Binary 1110010 1 11101110 110100 1100100 0 111 100001101 1100011 101111

Color Harmonies of #7201EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7201EE

Black with #7201EE

Text Example


Text Example

White with #7201EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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