Html Css Color HEX #630BEE Electric Indigo

📋 copy color: '#630BEE'

red 99 ◦ green 11 ◦ blue 238

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

Shades of Electric Indigo #630BEE

Tints of Electric Indigo #630BEE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.16%

 BLUE value IS 238 (93.36% from 255) = 68.39%

R = 28.45%
G = 3.16%
B = 68.39%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#630BEE (or 0x630BEE) is known color: Electric Indigo. HEX triplet: 63, 0B and EE. RGB value is (99,11,238). Sum of RGB (Red+Green+Blue) = 99+11+238=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #630BEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630BEE is #9CF411. Grayscale: #3E3E3E. Windows color (decimal): -10286098 or 15600483. OLE color: 15600483.

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

Color convert

RGB 99 11 238 -
CMYK 0.58 0.95 0 0.07
HSL 263.26º 0.91% 0.49% -
HSV(B) 263.26º 0.95% 0.93% -
XYZ 20.7 9.07 81.55 -
YUV 63.19 226.65 153.54 -
System Red Green Blue C M Y K H S L
Decimal 99 11 238 0.58 0.95 0 0.07 263.26 0.91 0.49
Hex 63 B EE 3A 5F 0 7 107 5B 31
Octal 143 13 356 72 137 0 7 407 133 61
Binary 1100011 1011 11101110 111010 1011111 0 111 100000111 1011011 110001

Color Harmonies of #630BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BEE

Black with #630BEE

Text Example


Text Example

White with #630BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,11,238); }

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

background-color css

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

 a { background-color: rgb(99,11,238); }

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

border-color css

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

 span { border-color: rgb(99,11,238); }

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