#750CED

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

Shades of Electric Indigo #750CED

Tints of Electric Indigo #750CED

Color information

#750CED (or 0x750CED) is unknown color: approx Electric Indigo. HEX triplet: 75, 0C and ED. RGB value is (117,12,237). Sum of RGB (Red+Green+Blue) = 117+12+237=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #750CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750CED is #8AF312. Grayscale: #444444. Windows color (decimal): -9106195 or 15535221. OLE color: 15535221.

HSL color Cylindrical-coordinate representation of color #750CED: hue angle of 268º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750CED is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11712237-
CMYK0.510.9500.07
HSL268º90.36%48.82%-
HSV(B)268º94.94%92.94%-
XYZ22.7510.1680.88-
YUV69.04222.79162.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 12 (5.08% from 255) = 3.28%
BLUE value IS 237 (92.97% from 255) = 64.75%
R=31.97%
G=3.28%
B=64.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal117122370.510.9500.0726890.3648.82
Hex75CED335F0710c5a31
Octal16514355631370741413261
Binary1110101110011101101110011101111101111000011001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750CED; }

 p { color: rgb(117,12,237); }

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

<style>
 a { background-color: #750CED; }

 a { background-color: rgb(117,12,237); }

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

<style>
 span { border-color: #750CED; }

 span { border-color: rgb(117,12,237); }

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