#630AE7

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

Shades of Electric Indigo #630AE7

Tints of Electric Indigo #630AE7

Color information

#630AE7 (or 0x630AE7) is unknown color: approx Electric Indigo. HEX triplet: 63, 0A and E7. RGB value is (99,10,231). Sum of RGB (Red+Green+Blue) = 99+10+231=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 231 (90.62% from 255 or 67.94% from 340); Max value from RGB is 231 - color contains mainly: blue. Hex color #630AE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630AE7 is #9CF518. Grayscale: #3D3D3D. Windows color (decimal): -10286361 or 15141475. OLE color: 15141475.

HSL color Cylindrical-coordinate representation of color #630AE7: hue angle of 264.16º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630AE7 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9910231-
CMYK0.570.9600.09
HSL264.16º91.7%47.25%-
HSV(B)264.16º95.67%90.59%-
XYZ19.688.6476.23-
YUV61.8223.49154.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 10 (4.30% from 255) = 2.94%
BLUE value IS 231 (90.62% from 255) = 67.94%
R=29.12%
G=2.94%
B=67.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal99102310.570.9600.09264.1691.747.25
Hex63AE73960091085c2f
Octal143123477114001141013457
Binary11000111010111001111110011100000010011000010001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,10,231); }

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

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

 a { background-color: rgb(99,10,231); }

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

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

 span { border-color: rgb(99,10,231); }

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