#630EE0

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

Shades of Electric Indigo #630EE0

Tints of Electric Indigo #630EE0

Color information

#630EE0 (or 0x630EE0) is unknown color: approx Electric Indigo. HEX triplet: 63, 0E and E0. RGB value is (99,14,224). Sum of RGB (Red+Green+Blue) = 99+14+224=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 224 (87.89% from 255 or 66.47% from 337); Max value from RGB is 224 - color contains mainly: blue. Hex color #630EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630EE0 is #9CF11F. Grayscale: #3E3E3E. Windows color (decimal): -10285344 or 14683747. OLE color: 14683747.

HSL color Cylindrical-coordinate representation of color #630EE0: hue angle of 264.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630EE0 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9914224-
CMYK0.560.9400.12
HSL264.29º88.24%46.67%-
HSV(B)264.29º93.75%87.84%-
XYZ18.768.3571.14-
YUV63.36218.66153.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 14 (5.86% from 255) = 4.15%
BLUE value IS 224 (87.89% from 255) = 66.47%
R=29.38%
G=4.15%
B=66.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal99142240.560.9400.12264.2988.2446.67
Hex63EE0385E0C108582f
Octal143163407013601441013057
Binary11000111110111000001110001011110011001000010001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,14,224); }

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

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

 a { background-color: rgb(99,14,224); }

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

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

 span { border-color: rgb(99,14,224); }

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