Html Css Color HEX #7304ED Electric Indigo

📋 copy color: '#7304ED'

red 115 ◦ green 4 ◦ blue 237

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

Shades of Electric Indigo #7304ED

Tints of Electric Indigo #7304ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.57%

R = 32.3%
G = 1.12%
B = 66.57%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7304ED (or 0x7304ED) is known color: Electric Indigo. HEX triplet: 73, 04 and ED. RGB value is (115,4,237). Sum of RGB (Red+Green+Blue) = 115+4+237=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #7304ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7304ED is #8CFB12. Grayscale: #3E3E3E. Windows color (decimal): -9239315 or 15533171. OLE color: 15533171.

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

Color convert

RGB 115 4 237 -
CMYK 0.51 0.98 0 0.07
HSL 268.58º 0.97% 0.47% -
HSV(B) 268.58º 0.98% 0.93% -
XYZ 22.4 9.85 80.84 -
YUV 63.75 225.77 164.55 -
System Red Green Blue C M Y K H S L
Decimal 115 4 237 0.51 0.98 0 0.07 268.58 0.97 0.47
Hex 73 4 ED 33 62 0 7 10D 61 2F
Octal 163 4 355 63 142 0 7 415 141 57
Binary 1110011 100 11101101 110011 1100010 0 111 100001101 1100001 101111

Color Harmonies of #7304ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7304ED

Black with #7304ED

Text Example


Text Example

White with #7304ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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