Html Css Color HEX #630EDF Electric Indigo

📋 copy color: '#630EDF'

red 99 ◦ green 14 ◦ blue 223

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

Shades of Electric Indigo #630EDF

Tints of Electric Indigo #630EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.37%

R = 29.46%
G = 4.17%
B = 66.37%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#630EDF (or 0x630EDF) is known color: Electric Indigo. HEX triplet: 63, 0E and DF. RGB value is (99,14,223). Sum of RGB (Red+Green+Blue) = 99+14+223=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #630EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630EDF is #9CF120. Grayscale: #3E3E3E. Windows color (decimal): -10285345 or 14618211. OLE color: 14618211.

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

Color convert

RGB 99 14 223 -
CMYK 0.56 0.94 0 0.13
HSL 264.4º 0.88% 0.46% -
HSV(B) 264.4º 0.94% 0.87% -
XYZ 18.62 8.29 70.43 -
YUV 63.24 218.16 153.51 -
System Red Green Blue C M Y K H S L
Decimal 99 14 223 0.56 0.94 0 0.13 264.4 0.88 0.46
Hex 63 E DF 38 5E 0 D 108 58 2E
Octal 143 16 337 70 136 0 15 410 130 56
Binary 1100011 1110 11011111 111000 1011110 0 1101 100001000 1011000 101110

Color Harmonies of #630EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630EDF

Black with #630EDF

Text Example


Text Example

White with #630EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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