#630DA3

Color #630DA3 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #630DA3

Tints of Indigo #630DA3

Color information

#630DA3 (or 0x630DA3) is unknown color: approx Indigo. HEX triplet: 63, 0D and A3. RGB value is (99,13,163). Sum of RGB (Red+Green+Blue) = 99+13+163=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 163 (64.06% from 255 or 59.27% from 275); Max value from RGB is 163 - color contains mainly: blue. Hex color #630DA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630DA3 is #9CF25C. Grayscale: #373737. Windows color (decimal): -10285661 or 10685795. OLE color: 10685795.

HSL color Cylindrical-coordinate representation of color #630DA3: hue angle of 274.4º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630DA3 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9913163-
CMYK0.390.9200.36
HSL274.4º85.23%34.51%-
HSV(B)274.4º92.02%63.92%-
XYZ11.95.5835.1-
YUV55.81188.49158.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 13 (5.47% from 255) = 4.73%
BLUE value IS 163 (64.06% from 255) = 59.27%
R=36%
G=4.73%
B=59.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal99131630.390.9200.36274.485.2334.51
Hex63DA3275C0241125523
Octal143152434713404442212543
Binary1100011110110100011100111101110001001001000100101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,13,163); }

 H1.HeaderClassName
 {
   color: #630DA3;
 }
 .AnyTagClassName
 {
   color: #630DA3;
 }
</style>
background-color css

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

 a { background-color: rgb(99,13,163); }

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

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

 span { border-color: rgb(99,13,163); }

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