#630086

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

Shades of Indigo #630086

Tints of Indigo #630086

Color information

#630086 (or 0x630086) is unknown color: approx Indigo. HEX triplet: 63, 00 and 86. RGB value is (99,0,134). Sum of RGB (Red+Green+Blue) = 99+0+134=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #630086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630086 is #9CFF79. Grayscale: #2C2C2C. Windows color (decimal): -10289018 or 8781923. OLE color: 8781923.

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

Color convert

RGB990134-
CMYK0.26100.47
HSL284.33º100%26.27%-
HSV(B)284.33º100%52.55%-
XYZ9.454.3722.9-
YUV44.88178.3166.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 57.51%
R=42.49%
G=0%
B=57.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9901340.26100.47284.3310026.27
Hex630861A6402F11c641a
Octal14302063214405743414432
Binary11000110100001101101011001000101111100011100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630086; }

 p { color: rgb(99,0,134); }

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

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

 a { background-color: rgb(99,0,134); }

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

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

 span { border-color: rgb(99,0,134); }

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