#631085

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

Shades of Indigo #631085

Tints of Indigo #631085

Color information

#631085 (or 0x631085) is unknown color: approx Indigo. HEX triplet: 63, 10 and 85. RGB value is (99,16,133). Sum of RGB (Red+Green+Blue) = 99+16+133=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #631085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631085 is #9CEF7A. Grayscale: #353535. Windows color (decimal): -10284923 or 8720483. OLE color: 8720483.

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

Color convert

RGB9916133-
CMYK0.260.8800.48
HSL282.56º78.52%29.22%-
HSV(B)282.56º87.97%52.16%-
XYZ9.564.7222.6-
YUV54.15172.5159.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 16 (6.64% from 255) = 6.45%
BLUE value IS 133 (52.34% from 255) = 53.63%
R=39.92%
G=6.45%
B=53.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99161330.260.8800.48282.5678.5229.22
Hex6310851A5803011b4f1d
Octal143202053213006043311735
Binary110001110000100001011101010110000110000100011011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631085; }

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

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

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

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

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

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

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

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