#620CDD

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

Shades of Electric Indigo #620CDD

Tints of Electric Indigo #620CDD

Color information

#620CDD (or 0x620CDD) is unknown color: approx Electric Indigo. HEX triplet: 62, 0C and DD. RGB value is (98,12,221). Sum of RGB (Red+Green+Blue) = 98+12+221=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #620CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CDD is #9DF322. Grayscale: #3C3C3C. Windows color (decimal): -10351395 or 14486626. OLE color: 14486626.

HSL color Cylindrical-coordinate representation of color #620CDD: hue angle of 264.69º 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 #620CDD is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9812221-
CMYK0.560.9500.13
HSL264.69º89.7%45.69%-
HSV(B)264.69º94.57%86.67%-
XYZ18.228.0869.01-
YUV61.54217.99154.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.61%
GREEN value IS 12 (5.08% from 255) = 3.63%
BLUE value IS 221 (86.72% from 255) = 66.77%
R=29.61%
G=3.63%
B=66.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal98122210.560.9500.13264.6989.745.69
Hex62CDD385F0D1095a2e
Octal142143357013701541113256
Binary11000101100110111011110001011111011011000010011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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