#7505DF

Color #7505DF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7505DF

Tints of Electric Indigo #7505DF

Color information

#7505DF (or 0x7505DF) is unknown color: approx Electric Indigo. HEX triplet: 75, 05 and DF. RGB value is (117,5,223). Sum of RGB (Red+Green+Blue) = 117+5+223=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #7505DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7505DF is #8AFA20. Grayscale: #3E3E3E. Windows color (decimal): -9108001 or 14615925. OLE color: 14615925.

HSL color Cylindrical-coordinate representation of color #7505DF: hue angle of 270.83º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7505DF is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1175223-
CMYK0.480.9800.13
HSL270.83º95.61%44.71%-
HSV(B)270.83º97.76%87.45%-
XYZ20.719.2270.5-
YUV63.34218.11166.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 5 (2.34% from 255) = 1.45%
BLUE value IS 223 (87.5% from 255) = 64.64%
R=33.91%
G=1.45%
B=64.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11752230.480.9800.13270.8395.6144.71
Hex755DF30620D10f602d
Octal16553376014201541714055
Binary1110101101110111111100001100010011011000011111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7505DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7505DF; }

 p { color: rgb(117,5,223); }

 H1.HeaderClassName
 {
   color: #7505DF;
 }
 .AnyTagClassName
 {
   color: #7505DF;
 }
</style>
background-color css

<style>
 a { background-color: #7505DF; }

 a { background-color: rgb(117,5,223); }

 div.DivClassName
 {
   background-color: #7505DF;
 }
 .BgClassName
 {
   background-color: #7505DF;
 }
</style>
border-color css

<style>
 span { border-color: #7505DF; }

 span { border-color: rgb(117,5,223); }

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