Html Css Color HEX #630BDD Electric Indigo

📋 copy color: '#630BDD'

red 99 ◦ green 11 ◦ blue 221

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

Shades of Electric Indigo #630BDD

Tints of Electric Indigo #630BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.77%

R = 29.91%
G = 3.32%
B = 66.77%

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

#630BDD (or 0x630BDD) is known color: Electric Indigo. HEX triplet: 63, 0B and DD. RGB value is (99,11,221). Sum of RGB (Red+Green+Blue) = 99+11+221=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #630BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630BDD is #9CF422. Grayscale: #3C3C3C. Windows color (decimal): -10286115 or 14486371. OLE color: 14486371.

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

Color convert

RGB 99 11 221 -
CMYK 0.55 0.95 0 0.13
HSL 265.14º 0.91% 0.45% -
HSV(B) 265.14º 0.95% 0.87% -
XYZ 18.32 8.11 69.01 -
YUV 61.25 218.15 154.92 -
System Red Green Blue C M Y K H S L
Decimal 99 11 221 0.55 0.95 0 0.13 265.14 0.91 0.45
Hex 63 B DD 37 5F 0 D 109 5B 2D
Octal 143 13 335 67 137 0 15 411 133 55
Binary 1100011 1011 11011101 110111 1011111 0 1101 100001001 1011011 101101

Color Harmonies of #630BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BDD

Black with #630BDD

Text Example


Text Example

White with #630BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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