Html Css Color HEX #630EE0 Electric Indigo

📋 copy color: '#630EE0'

red 99 ◦ green 14 ◦ blue 224

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

Shades of Electric Indigo #630EE0

Tints of Electric Indigo #630EE0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.15%

 BLUE value IS 224 (87.89% from 255) = 66.47%

R = 29.38%
G = 4.15%
B = 66.47%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#630EE0 (or 0x630EE0) is known color: Electric Indigo. HEX triplet: 63, 0E and E0. RGB value is (99,14,224). Sum of RGB (Red+Green+Blue) = 99+14+224=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 224 (87.89% from 255 or 66.47% from 337); Max value from RGB is 224 - color contains mainly: blue. Hex color #630EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630EE0 is #9CF11F. Grayscale: #3E3E3E. Windows color (decimal): -10285344 or 14683747. OLE color: 14683747.

HSL color Cylindrical-coordinate representation of color #630EE0: hue angle of 264.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630EE0 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 99 14 224 -
CMYK 0.56 0.94 0 0.12
HSL 264.29º 0.88% 0.47% -
HSV(B) 264.29º 0.94% 0.88% -
XYZ 18.76 8.35 71.14 -
YUV 63.36 218.66 153.42 -
System Red Green Blue C M Y K H S L
Decimal 99 14 224 0.56 0.94 0 0.12 264.29 0.88 0.47
Hex 63 E E0 38 5E 0 C 108 58 2F
Octal 143 16 340 70 136 0 14 410 130 57
Binary 1100011 1110 11100000 111000 1011110 0 1100 100001000 1011000 101111

Color Harmonies of #630EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630EE0

Black with #630EE0

Text Example


Text Example

White with #630EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,14,224); }

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

background-color css

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

 a { background-color: rgb(99,14,224); }

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

border-color css

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

 span { border-color: rgb(99,14,224); }

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