#720CDD

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

Shades of Electric Indigo #720CDD

Tints of Electric Indigo #720CDD

Color information

#720CDD (or 0x720CDD) is unknown color: approx Electric Indigo. HEX triplet: 72, 0C and DD. RGB value is (114,12,221). Sum of RGB (Red+Green+Blue) = 114+12+221=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #720CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720CDD is #8DF322. Grayscale: #414141. Windows color (decimal): -9302819 or 14486642. OLE color: 14486642.

HSL color Cylindrical-coordinate representation of color #720CDD: hue angle of 269.28º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720CDD is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11412221-
CMYK0.480.9500.13
HSL269.28º89.7%45.69%-
HSV(B)269.28º94.57%86.67%-
XYZ20.129.0669.09-
YUV66.32215.29162.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.85%
GREEN value IS 12 (5.08% from 255) = 3.46%
BLUE value IS 221 (86.72% from 255) = 63.69%
R=32.85%
G=3.46%
B=63.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal114122210.480.9500.13269.2889.745.69
Hex72CDD305F0D10d5a2e
Octal162143356013701541513256
Binary11100101100110111011100001011111011011000011011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720CDD; }

 p { color: rgb(114,12,221); }

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

<style>
 a { background-color: #720CDD; }

 a { background-color: rgb(114,12,221); }

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

<style>
 span { border-color: #720CDD; }

 span { border-color: rgb(114,12,221); }

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