Html Css Color HEX #630BDB Electric Indigo

📋 copy color: '#630BDB'

red 99 ◦ green 11 ◦ blue 219

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

Shades of Electric Indigo #630BDB

Tints of Electric Indigo #630BDB

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 value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#630BDB (or 0x630BDB) is known color: 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

RGB 99 11 219 -
CMYK 0.55 0.95 0 0.14
HSL 265.38º 0.9% 0.45% -
HSV(B) 265.38º 0.95% 0.86% -
XYZ 18.05 8.01 67.61 -
YUV 61.02 217.15 155.09 -
System Red Green Blue C M Y K H S L
Decimal 99 11 219 0.55 0.95 0 0.14 265.38 0.9 0.45
Hex 63 B DB 37 5F 0 E 109 5A 2D
Octal 143 13 333 67 137 0 16 411 132 55
Binary 1100011 1011 11011011 110111 1011111 0 1110 100001001 1011010 101101

Color Harmonies of #630BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BDB

Black with #630BDB

Text Example


Text Example

White with #630BDB

Text Example


Text Example

HTML Codes & Css Web 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>