#630287

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

Shades of Indigo #630287

Tints of Indigo #630287

Color information

#630287 (or 0x630287) is unknown color: approx Indigo. HEX triplet: 63, 02 and 87. RGB value is (99,2,135). Sum of RGB (Red+Green+Blue) = 99+2+135=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #630287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630287 is #9CFD78. Grayscale: #2D2D2D. Windows color (decimal): -10288505 or 8847971. OLE color: 8847971.

HSL color Cylindrical-coordinate representation of color #630287: hue angle of 283.76º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630287 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB992135-
CMYK0.270.9900.47
HSL283.76º97.08%26.86%-
HSV(B)283.76º98.52%52.94%-
XYZ9.544.4523.28-
YUV46.16178.14165.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.95%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 135 (53.12% from 255) = 57.20%
R=41.95%
G=0.85%
B=57.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9921350.270.9900.47283.7697.0826.86
Hex632871B6302F11c611b
Octal14322073314305743414133
Binary110001110100001111101111000110101111100011100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630287; }

 p { color: rgb(99,2,135); }

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

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

 a { background-color: rgb(99,2,135); }

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

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

 span { border-color: rgb(99,2,135); }

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