#630BDB

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

Shades of Electric Indigo #630BDB

Tints of Electric Indigo #630BDB

Color information

#630BDB (or 0x630BDB) is unknown color: approx Electric Indigo. HEX triplet: 63, 0B and DB. RGB value is (99,11,219). Sum of RGB (Red+Green+Blue) = 99+11+219=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #630BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630BDB is #9CF424. Grayscale: #3C3C3C. Windows color (decimal): -10286117 or 14355299. OLE color: 14355299.

HSL color Cylindrical-coordinate representation of color #630BDB: hue angle of 265.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630BDB is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9911219-
CMYK0.550.9500.14
HSL265.38º90.43%45.1%-
HSV(B)265.38º94.98%85.88%-
XYZ18.058.0167.61-
YUV61.02217.15155.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.09%
GREEN value IS 11 (4.69% from 255) = 3.34%
BLUE value IS 219 (85.94% from 255) = 66.57%
R=30.09%
G=3.34%
B=66.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal99112190.550.9500.14265.3890.4345.1
Hex63BDB375F0E1095a2d
Octal143133336713701641113255
Binary11000111011110110111101111011111011101000010011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,11,219); }

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

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

 a { background-color: rgb(99,11,219); }

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

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

 span { border-color: rgb(99,11,219); }

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