#630ddf

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

Shades of Electric Indigo #630DDF

Tints of Electric Indigo #630DDF

Color information

#630DDF (or 0x630DDF) is unknown color: approx Electric Indigo. HEX triplet: 63, 0D and DF. RGB value is (99,13,223). Sum of RGB (Red+Green+Blue) = 99+13+223=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #630DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630DDF is #9CF220. Grayscale: #3D3D3D. Windows color (decimal): -10285601 or 14617955. OLE color: 14617955.

HSL color Cylindrical-coordinate representation of color #630DDF: hue angle of 264.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630DDF is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9913223-
CMYK0.560.9400.13
HSL264.57º88.98%46.27%-
HSV(B)264.57º94.17%87.45%-
XYZ18.618.2770.43-
YUV62.65218.49153.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.55%
GREEN value IS 13 (5.47% from 255) = 3.88%
BLUE value IS 223 (87.5% from 255) = 66.57%
R=29.55%
G=3.88%
B=66.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal99132230.560.9400.13264.5788.9846.27
Hex63DDF385E0D109592e
Octal143153377013601541113156
Binary11000111101110111111110001011110011011000010011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630ddf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630ddf; }

 p { color: rgb(99,13,223); }

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

<style>
 a { background-color: #630ddf; }

 a { background-color: rgb(99,13,223); }

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

<style>
 span { border-color: #630ddf; }

 span { border-color: rgb(99,13,223); }

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