Html Css Color HEX #7303EB Electric Indigo

📋 copy color: '#7303EB'

red 115 ◦ green 3 ◦ blue 235

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

Shades of Electric Indigo #7303EB

Tints of Electric Indigo #7303EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.57%

R = 32.58%
G = 0.85%
B = 66.57%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7303EB (or 0x7303EB) is known color: Electric Indigo. HEX triplet: 73, 03 and EB. RGB value is (115,3,235). Sum of RGB (Red+Green+Blue) = 115+3+235=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #7303EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7303EB is #8CFC14. Grayscale: #3E3E3E. Windows color (decimal): -9239573 or 15401843. OLE color: 15401843.

HSL color Cylindrical-coordinate representation of color #7303EB: hue angle of 268.97º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7303EB is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 3 235 -
CMYK 0.51 0.99 0 0.08
HSL 268.97º 0.97% 0.47% -
HSV(B) 268.97º 0.99% 0.92% -
XYZ 22.1 9.71 79.31 -
YUV 62.94 225.11 165.14 -
System Red Green Blue C M Y K H S L
Decimal 115 3 235 0.51 0.99 0 0.08 268.97 0.97 0.47
Hex 73 3 EB 33 63 0 8 10D 61 2F
Octal 163 3 353 63 143 0 10 415 141 57
Binary 1110011 11 11101011 110011 1100011 0 1000 100001101 1100001 101111

Color Harmonies of #7303EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7303EB

Black with #7303EB

Text Example


Text Example

White with #7303EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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