Html Css Color HEX #7305FE Electric Indigo

📋 copy color: '#7305FE'

red 115 ◦ green 5 ◦ blue 254

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

Shades of Electric Indigo #7305FE

Tints of Electric Indigo #7305FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.91%

R = 30.75%
G = 1.34%
B = 67.91%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7305FE (or 0x7305FE) is known color: Electric Indigo. HEX triplet: 73, 05 and FE. RGB value is (115,5,254). Sum of RGB (Red+Green+Blue) = 115+5+254=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #7305FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7305FE is #8CFA01. Grayscale: #414141. Windows color (decimal): -9239042 or 16647539. OLE color: 16647539.

HSL color Cylindrical-coordinate representation of color #7305FE: hue angle of 266.51º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7305FE is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 5 254 -
CMYK 0.55 0.98 0 0.00
HSL 266.51º 0.99% 0.51% -
HSV(B) 266.51º 0.98% 1% -
XYZ 25.01 10.91 94.55 -
YUV 66.28 233.94 162.75 -
System Red Green Blue C M Y K H S L
Decimal 115 5 254 0.55 0.98 0 0.00 266.51 0.99 0.51
Hex 73 5 FE 37 62 0 0 10B 63 33
Octal 163 5 376 67 142 0 0 413 143 63
Binary 1110011 101 11111110 110111 1100010 0 0 100001011 1100011 110011

Color Harmonies of #7305FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7305FE

Black with #7305FE

Text Example


Text Example

White with #7305FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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