Html Css Color HEX #630CDB Electric Indigo

📋 copy color: '#630CDB'

red 99 ◦ green 12 ◦ blue 219

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

Shades of Electric Indigo #630CDB

Tints of Electric Indigo #630CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.64%

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

R = 30%
G = 3.64%
B = 66.36%

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

#630CDB (or 0x630CDB) is known color: Electric Indigo. HEX triplet: 63, 0C and DB. RGB value is (99,12,219). Sum of RGB (Red+Green+Blue) = 99+12+219=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #630CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630CDB is #9CF324. Grayscale: #3C3C3C. Windows color (decimal): -10285861 or 14355555. OLE color: 14355555.

HSL color Cylindrical-coordinate representation of color #630CDB: hue angle of 265.22º 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 #630CDB is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 12 219 -
CMYK 0.55 0.95 0 0.14
HSL 265.22º 0.9% 0.45% -
HSV(B) 265.22º 0.95% 0.86% -
XYZ 18.06 8.03 67.62 -
YUV 61.61 216.82 154.67 -
System Red Green Blue C M Y K H S L
Decimal 99 12 219 0.55 0.95 0 0.14 265.22 0.9 0.45
Hex 63 C DB 37 5F 0 E 109 5A 2D
Octal 143 14 333 67 137 0 16 411 132 55
Binary 1100011 1100 11011011 110111 1011111 0 1110 100001001 1011010 101101

Color Harmonies of #630CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630CDB

Black with #630CDB

Text Example


Text Example

White with #630CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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