Html Css Color HEX #630BDE Electric Indigo

📋 copy color: '#630BDE'

red 99 ◦ green 11 ◦ blue 222

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

Shades of Electric Indigo #630BDE

Tints of Electric Indigo #630BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.87%

R = 29.82%
G = 3.31%
B = 66.87%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#630BDE (or 0x630BDE) is known color: Electric Indigo. HEX triplet: 63, 0B and DE. RGB value is (99,11,222). Sum of RGB (Red+Green+Blue) = 99+11+222=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #630BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630BDE is #9CF421. Grayscale: #3C3C3C. Windows color (decimal): -10286114 or 14551907. OLE color: 14551907.

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

Color convert

RGB 99 11 222 -
CMYK 0.55 0.95 0 0.13
HSL 265.02º 0.91% 0.46% -
HSV(B) 265.02º 0.95% 0.87% -
XYZ 18.45 8.17 69.71 -
YUV 61.37 218.65 154.84 -
System Red Green Blue C M Y K H S L
Decimal 99 11 222 0.55 0.95 0 0.13 265.02 0.91 0.46
Hex 63 B DE 37 5F 0 D 109 5B 2E
Octal 143 13 336 67 137 0 15 411 133 56
Binary 1100011 1011 11011110 110111 1011111 0 1101 100001001 1011011 101110

Color Harmonies of #630BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BDE

Black with #630BDE

Text Example


Text Example

White with #630BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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