Html Css Color HEX #630FEB Electric Indigo

📋 copy color: '#630FEB'

red 99 ◦ green 15 ◦ blue 235

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

Shades of Electric Indigo #630FEB

Tints of Electric Indigo #630FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.3%

 BLUE value IS 235 (92.19% from 255) = 67.34%

R = 28.37%
G = 4.3%
B = 67.34%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#630FEB (or 0x630FEB) is known color: Electric Indigo. HEX triplet: 63, 0F and EB. RGB value is (99,15,235). Sum of RGB (Red+Green+Blue) = 99+15+235=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #630FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630FEB is #9CF014. Grayscale: #404040. Windows color (decimal): -10285077 or 15404899. OLE color: 15404899.

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

Color convert

RGB 99 15 235 -
CMYK 0.58 0.94 0 0.08
HSL 262.91º 0.88% 0.49% -
HSV(B) 262.91º 0.94% 0.92% -
XYZ 20.31 8.99 79.26 -
YUV 65.2 223.83 152.11 -
System Red Green Blue C M Y K H S L
Decimal 99 15 235 0.58 0.94 0 0.08 262.91 0.88 0.49
Hex 63 F EB 3A 5E 0 8 107 58 31
Octal 143 17 353 72 136 0 10 407 130 61
Binary 1100011 1111 11101011 111010 1011110 0 1000 100000111 1011000 110001

Color Harmonies of #630FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FEB

Black with #630FEB

Text Example


Text Example

White with #630FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,15,235); }

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

background-color css

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

 a { background-color: rgb(99,15,235); }

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

border-color css

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

 span { border-color: rgb(99,15,235); }

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