Html Css Color HEX #7303EE Electric Indigo

📋 copy color: '#7303EE'

red 115 ◦ green 3 ◦ blue 238

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

Shades of Electric Indigo #7303EE

Tints of Electric Indigo #7303EE

RGB

 RED value IS 115 (45.31% from 255) = 32.3%

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

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

R = 32.3%
G = 0.84%
B = 66.85%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7303EE (or 0x7303EE) is known color: Electric Indigo. HEX triplet: 73, 03 and EE. RGB value is (115,3,238). Sum of RGB (Red+Green+Blue) = 115+3+238=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #7303EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7303EE is #8CFC11. Grayscale: #3E3E3E. Windows color (decimal): -9239570 or 15598451. OLE color: 15598451.

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

Color convert

RGB 115 3 238 -
CMYK 0.52 0.99 0 0.07
HSL 268.6º 0.98% 0.47% -
HSV(B) 268.6º 0.99% 0.93% -
XYZ 22.54 9.88 81.61 -
YUV 63.28 226.61 164.89 -
System Red Green Blue C M Y K H S L
Decimal 115 3 238 0.52 0.99 0 0.07 268.6 0.98 0.47
Hex 73 3 EE 34 63 0 7 10D 62 2F
Octal 163 3 356 64 143 0 7 415 142 57
Binary 1110011 11 11101110 110100 1100011 0 111 100001101 1100010 101111

Color Harmonies of #7303EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7303EE

Black with #7303EE

Text Example


Text Example

White with #7303EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,3,238); }

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

background-color css

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

 a { background-color: rgb(115,3,238); }

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

border-color css

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

 span { border-color: rgb(115,3,238); }

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