#630882

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

Shades of Indigo #630882

Tints of Indigo #630882

Color information

#630882 (or 0x630882) is unknown color: approx Indigo. HEX triplet: 63, 08 and 82. RGB value is (99,8,130). Sum of RGB (Red+Green+Blue) = 99+8+130=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #630882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630882 is #9CF77D. Grayscale: #303030. Windows color (decimal): -10286974 or 8521827. OLE color: 8521827.

HSL color Cylindrical-coordinate representation of color #630882: hue angle of 284.75º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630882 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB998130-
CMYK0.240.9400.49
HSL284.75º88.41%27.06%-
HSV(B)284.75º93.85%50.98%-
XYZ9.264.4421.49-
YUV49.12173.65163.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.77%
GREEN value IS 8 (3.52% from 255) = 3.38%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=41.77%
G=3.38%
B=54.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9981300.240.9400.49284.7588.4127.06
Hex63882185E03111d581b
Octal143102023013606143513033
Binary11000111000100000101100010111100110001100011101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630882; }

 p { color: rgb(99,8,130); }

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

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

 a { background-color: rgb(99,8,130); }

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

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

 span { border-color: rgb(99,8,130); }

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