Html Css Color HEX #630BED Electric Indigo

📋 copy color: '#630BED'

red 99 ◦ green 11 ◦ blue 237

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

Shades of Electric Indigo #630BED

Tints of Electric Indigo #630BED

RGB

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

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

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

R = 28.53%
G = 3.17%
B = 68.3%

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

#630BED (or 0x630BED) is known color: Electric Indigo. HEX triplet: 63, 0B and ED. RGB value is (99,11,237). Sum of RGB (Red+Green+Blue) = 99+11+237=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #630BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630BED is #9CF412. Grayscale: #3E3E3E. Windows color (decimal): -10286099 or 15534947. OLE color: 15534947.

HSL color Cylindrical-coordinate representation of color #630BED: hue angle of 263.36º 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 #630BED is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 11 237 -
CMYK 0.58 0.95 0 0.07
HSL 263.36º 0.91% 0.49% -
HSV(B) 263.36º 0.95% 0.93% -
XYZ 20.55 9.01 80.78 -
YUV 63.08 226.15 153.62 -
System Red Green Blue C M Y K H S L
Decimal 99 11 237 0.58 0.95 0 0.07 263.36 0.91 0.49
Hex 63 B ED 3A 5F 0 7 107 5B 31
Octal 143 13 355 72 137 0 7 407 133 61
Binary 1100011 1011 11101101 111010 1011111 0 111 100000111 1011011 110001

Color Harmonies of #630BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BED

Black with #630BED

Text Example


Text Example

White with #630BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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