Html Css Color HEX #7305ED Electric Indigo

📋 copy color: '#7305ED'

red 115 ◦ green 5 ◦ blue 237

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

Shades of Electric Indigo #7305ED

Tints of Electric Indigo #7305ED

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

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

R = 32.21%
G = 1.4%
B = 66.39%

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

#7305ED (or 0x7305ED) is known color: Electric Indigo. HEX triplet: 73, 05 and ED. RGB value is (115,5,237). Sum of RGB (Red+Green+Blue) = 115+5+237=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #7305ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7305ED is #8CFA12. Grayscale: #3F3F3F. Windows color (decimal): -9239059 or 15533427. OLE color: 15533427.

HSL color Cylindrical-coordinate representation of color #7305ED: hue angle of 268.45º degrees, saturation: 0.96, 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 #7305ED is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 5 237 -
CMYK 0.51 0.98 0 0.07
HSL 268.45º 0.96% 0.47% -
HSV(B) 268.45º 0.98% 0.93% -
XYZ 22.41 9.87 80.84 -
YUV 64.34 225.44 164.14 -
System Red Green Blue C M Y K H S L
Decimal 115 5 237 0.51 0.98 0 0.07 268.45 0.96 0.47
Hex 73 5 ED 33 62 0 7 10C 60 2F
Octal 163 5 355 63 142 0 7 414 140 57
Binary 1110011 101 11101101 110011 1100010 0 111 100001100 1100000 101111

Color Harmonies of #7305ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7305ED

Black with #7305ED

Text Example


Text Example

White with #7305ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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