Html Css Color HEX #7304EF Electric Indigo

📋 copy color: '#7304EF'

red 115 ◦ green 4 ◦ blue 239

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

Shades of Electric Indigo #7304EF

Tints of Electric Indigo #7304EF

RGB

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

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

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

R = 32.12%
G = 1.12%
B = 66.76%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7304EF (or 0x7304EF) is known color: Electric Indigo. HEX triplet: 73, 04 and EF. RGB value is (115,4,239). Sum of RGB (Red+Green+Blue) = 115+4+239=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #7304EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7304EF is #8CFB10. Grayscale: #3F3F3F. Windows color (decimal): -9239313 or 15664243. OLE color: 15664243.

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

Color convert

RGB 115 4 239 -
CMYK 0.52 0.98 0 0.06
HSL 268.34º 0.97% 0.48% -
HSV(B) 268.34º 0.98% 0.94% -
XYZ 22.69 9.96 82.39 -
YUV 63.98 226.77 164.39 -
System Red Green Blue C M Y K H S L
Decimal 115 4 239 0.52 0.98 0 0.06 268.34 0.97 0.48
Hex 73 4 EF 34 62 0 6 10C 61 30
Octal 163 4 357 64 142 0 6 414 141 60
Binary 1110011 100 11101111 110100 1100010 0 110 100001100 1100001 110000

Color Harmonies of #7304EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7304EF

Black with #7304EF

Text Example


Text Example

White with #7304EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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