#630E84

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

Shades of Indigo #630E84

Tints of Indigo #630E84

Color information

#630E84 (or 0x630E84) is unknown color: approx Indigo. HEX triplet: 63, 0E and 84. RGB value is (99,14,132). Sum of RGB (Red+Green+Blue) = 99+14+132=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #630E84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630E84 is #9CF17B. Grayscale: #343434. Windows color (decimal): -10285436 or 8654435. OLE color: 8654435.

HSL color Cylindrical-coordinate representation of color #630E84: hue angle of 283.22º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #630E84 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9914132-
CMYK0.250.8900.48
HSL283.22º80.82%28.63%-
HSV(B)283.22º89.39%51.76%-
XYZ9.474.6322.23-
YUV52.87172.66160.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 14 (5.86% from 255) = 5.71%
BLUE value IS 132 (51.95% from 255) = 53.88%
R=40.41%
G=5.71%
B=53.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99141320.250.8900.48283.2280.8228.63
Hex63E84195903011b511d
Octal143162043113106043312135
Binary11000111110100001001100110110010110000100011011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,14,132); }

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

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

 a { background-color: rgb(99,14,132); }

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

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

 span { border-color: rgb(99,14,132); }

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