Html Css Color HEX #7203EF Electric Indigo

📋 copy color: '#7203EF'

red 114 ◦ green 3 ◦ blue 239

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

Shades of Electric Indigo #7203EF

Tints of Electric Indigo #7203EF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

 BLUE value IS 239 (93.75% from 255) = 67.13%

R = 32.02%
G = 0.84%
B = 67.13%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7203EF (or 0x7203EF) is known color: Electric Indigo. HEX triplet: 72, 03 and EF. RGB value is (114,3,239). Sum of RGB (Red+Green+Blue) = 114+3+239=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #7203EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7203EF is #8DFC10. Grayscale: #3E3E3E. Windows color (decimal): -9305105 or 15663986. OLE color: 15663986.

HSL color Cylindrical-coordinate representation of color #7203EF: hue angle of 268.22º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7203EF is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 3 239 -
CMYK 0.52 0.99 0 0.06
HSL 268.22º 0.98% 0.47% -
HSV(B) 268.22º 0.99% 0.94% -
XYZ 22.55 9.87 82.38 -
YUV 63.09 227.27 164.31 -
System Red Green Blue C M Y K H S L
Decimal 114 3 239 0.52 0.99 0 0.06 268.22 0.98 0.47
Hex 72 3 EF 34 63 0 6 10C 62 2F
Octal 162 3 357 64 143 0 6 414 142 57
Binary 1110010 11 11101111 110100 1100011 0 110 100001100 1100010 101111

Color Harmonies of #7203EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7203EF

Black with #7203EF

Text Example


Text Example

White with #7203EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7203EF; }

 p { color: rgb(114,3,239); }

 H1.HeaderClassName
 {
   color: #7203EF;
 }
 .AnyTagClassName
 {
   color: #7203EF;
 }
</style>

background-color css

<style>
 a { background-color: #7203EF; }

 a { background-color: rgb(114,3,239); }

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

border-color css

<style>
 span { border-color: #7203EF; }

 span { border-color: rgb(114,3,239); }

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