Html Css Color HEX #630EED Electric Indigo

📋 copy color: '#630EED'

red 99 ◦ green 14 ◦ blue 237

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

Shades of Electric Indigo #630EED

Tints of Electric Indigo #630EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.71%

R = 28.29%
G = 4%
B = 67.71%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#630EED (or 0x630EED) is known color: Electric Indigo. HEX triplet: 63, 0E and ED. RGB value is (99,14,237). Sum of RGB (Red+Green+Blue) = 99+14+237=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #630EED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630EED is #9CF112. Grayscale: #404040. Windows color (decimal): -10285331 or 15535715. OLE color: 15535715.

HSL color Cylindrical-coordinate representation of color #630EED: hue angle of 262.87º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630EED is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 14 237 -
CMYK 0.58 0.94 0 0.07
HSL 262.87º 0.89% 0.49% -
HSV(B) 262.87º 0.94% 0.93% -
XYZ 20.59 9.08 80.79 -
YUV 64.84 225.16 152.37 -
System Red Green Blue C M Y K H S L
Decimal 99 14 237 0.58 0.94 0 0.07 262.87 0.89 0.49
Hex 63 E ED 3A 5E 0 7 107 59 31
Octal 143 16 355 72 136 0 7 407 131 61
Binary 1100011 1110 11101101 111010 1011110 0 111 100000111 1011001 110001

Color Harmonies of #630EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630EED

Black with #630EED

Text Example


Text Example

White with #630EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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