Html Css Color HEX #7305FD Electric Indigo

📋 copy color: '#7305FD'

red 115 ◦ green 5 ◦ blue 253

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

Shades of Electric Indigo #7305FD

Tints of Electric Indigo #7305FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.83%

R = 30.83%
G = 1.34%
B = 67.83%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7305FD (or 0x7305FD) is known color: Electric Indigo. HEX triplet: 73, 05 and FD. RGB value is (115,5,253). Sum of RGB (Red+Green+Blue) = 115+5+253=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #7305FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7305FD is #8CFA02. Grayscale: #414141. Windows color (decimal): -9239043 or 16582003. OLE color: 16582003.

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

Color convert

RGB 115 5 253 -
CMYK 0.55 0.98 0 0.01
HSL 266.61º 0.98% 0.51% -
HSV(B) 266.61º 0.98% 0.99% -
XYZ 24.85 10.85 93.71 -
YUV 66.16 233.44 162.83 -
System Red Green Blue C M Y K H S L
Decimal 115 5 253 0.55 0.98 0 0.01 266.61 0.98 0.51
Hex 73 5 FD 37 62 0 1 10B 62 33
Octal 163 5 375 67 142 0 1 413 142 63
Binary 1110011 101 11111101 110111 1100010 0 1 100001011 1100010 110011

Color Harmonies of #7305FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7305FD

Black with #7305FD

Text Example


Text Example

White with #7305FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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