#630B89

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

Shades of Indigo #630B89

Tints of Indigo #630B89

Color information

#630B89 (or 0x630B89) is unknown color: approx Indigo. HEX triplet: 63, 0B and 89. RGB value is (99,11,137). Sum of RGB (Red+Green+Blue) = 99+11+137=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #630B89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630B89 is #9CF476. Grayscale: #333333. Windows color (decimal): -10286199 or 8981347. OLE color: 8981347.

HSL color Cylindrical-coordinate representation of color #630B89: hue angle of 281.9º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630B89 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9911137-
CMYK0.280.9200.46
HSL281.9º85.14%29.02%-
HSV(B)281.9º91.97%53.73%-
XYZ9.784.724.06-
YUV51.68176.15161.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 11 (4.69% from 255) = 4.45%
BLUE value IS 137 (53.91% from 255) = 55.47%
R=40.08%
G=4.45%
B=55.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99111370.280.9200.46281.985.1429.02
Hex63B891C5C02E11a551d
Octal143132113413405643212535
Binary11000111011100010011110010111000101110100011010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,11,137); }

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

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

 a { background-color: rgb(99,11,137); }

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

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

 span { border-color: rgb(99,11,137); }

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