Html Css Color HEX #7304EB Electric Indigo

📋 copy color: '#7304EB'

red 115 ◦ green 4 ◦ blue 235

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

Shades of Electric Indigo #7304EB

Tints of Electric Indigo #7304EB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

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

R = 32.49%
G = 1.13%
B = 66.38%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7304EB (or 0x7304EB) is known color: Electric Indigo. HEX triplet: 73, 04 and EB. RGB value is (115,4,235). Sum of RGB (Red+Green+Blue) = 115+4+235=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #7304EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7304EB is #8CFB14. Grayscale: #3E3E3E. Windows color (decimal): -9239317 or 15402099. OLE color: 15402099.

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

Color convert

RGB 115 4 235 -
CMYK 0.51 0.98 0 0.08
HSL 268.83º 0.97% 0.47% -
HSV(B) 268.83º 0.98% 0.92% -
XYZ 22.11 9.73 79.31 -
YUV 63.52 224.77 164.72 -
System Red Green Blue C M Y K H S L
Decimal 115 4 235 0.51 0.98 0 0.08 268.83 0.97 0.47
Hex 73 4 EB 33 62 0 8 10D 61 2F
Octal 163 4 353 63 142 0 10 415 141 57
Binary 1110011 100 11101011 110011 1100010 0 1000 100001101 1100001 101111

Color Harmonies of #7304EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7304EB

Black with #7304EB

Text Example


Text Example

White with #7304EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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