Html Css Color HEX #630DDB Electric Indigo

📋 copy color: '#630DDB'

red 99 ◦ green 13 ◦ blue 219

#630DDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #630DDB

Tints of Electric Indigo #630DDB

RGB

 RED value IS 99 (39.06% from 255) = 29.91%

 GREEN value IS 13 (5.47% from 255) = 3.93%

 BLUE value IS 219 (85.94% from 255) = 66.16%

R = 29.91%
G = 3.93%
B = 66.16%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#630DDB (or 0x630DDB) is known color: Electric Indigo. HEX triplet: 63, 0D and DB. RGB value is (99,13,219). Sum of RGB (Red+Green+Blue) = 99+13+219=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #630DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630DDB is #9CF224. Grayscale: #3D3D3D. Windows color (decimal): -10285605 or 14355811. OLE color: 14355811.

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

Color convert

RGB 99 13 219 -
CMYK 0.55 0.94 0 0.14
HSL 265.05º 0.89% 0.45% -
HSV(B) 265.05º 0.94% 0.86% -
XYZ 18.08 8.05 67.62 -
YUV 62.2 216.49 154.25 -
System Red Green Blue C M Y K H S L
Decimal 99 13 219 0.55 0.94 0 0.14 265.05 0.89 0.45
Hex 63 D DB 37 5E 0 E 109 59 2D
Octal 143 15 333 67 136 0 16 411 131 55
Binary 1100011 1101 11011011 110111 1011110 0 1110 100001001 1011001 101101

Color Harmonies of #630DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630DDB

Black with #630DDB

Text Example


Text Example

White with #630DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #630DDB;
 }
 .AnyTagClassName
 {
   color: #630DDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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