#630985

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

Shades of Indigo #630985

Tints of Indigo #630985

Color information

#630985 (or 0x630985) is unknown color: approx Indigo. HEX triplet: 63, 09 and 85. RGB value is (99,9,133). Sum of RGB (Red+Green+Blue) = 99+9+133=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #630985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630985 is #9CF67A. Grayscale: #313131. Windows color (decimal): -10286715 or 8718691. OLE color: 8718691.

HSL color Cylindrical-coordinate representation of color #630985: hue angle of 283.55º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630985 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB999133-
CMYK0.260.9300.48
HSL283.55º87.32%27.84%-
HSV(B)283.55º93.23%52.16%-
XYZ9.484.5422.57-
YUV50.05174.82162.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 9 (3.91% from 255) = 3.73%
BLUE value IS 133 (52.34% from 255) = 55.19%
R=41.08%
G=3.73%
B=55.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9991330.260.9300.48283.5587.3227.84
Hex639851A5D03011c571c
Octal143112053213506043412734
Binary11000111001100001011101010111010110000100011100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630985; }

 p { color: rgb(99,9,133); }

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

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

 a { background-color: rgb(99,9,133); }

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

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

 span { border-color: rgb(99,9,133); }

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