#630381

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

Shades of Indigo #630381

Tints of Indigo #630381

Color information

#630381 (or 0x630381) is unknown color: approx Indigo. HEX triplet: 63, 03 and 81. RGB value is (99,3,129). Sum of RGB (Red+Green+Blue) = 99+3+129=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #630381 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630381 is #9CFC7E. Grayscale: #2D2D2D. Windows color (decimal): -10288255 or 8455011. OLE color: 8455011.

HSL color Cylindrical-coordinate representation of color #630381: hue angle of 285.71º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630381 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB993129-
CMYK0.230.9800.49
HSL285.71º95.45%25.88%-
HSV(B)285.71º97.67%50.59%-
XYZ9.144.321.12-
YUV46.07174.8165.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 129 (50.78% from 255) = 55.84%
R=42.86%
G=1.30%
B=55.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9931290.230.9800.49285.7195.4525.88
Hex63381176203111e5f1a
Octal14332012714206143613732
Binary110001111100000011011111000100110001100011110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630381; }

 p { color: rgb(99,3,129); }

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

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

 a { background-color: rgb(99,3,129); }

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

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

 span { border-color: rgb(99,3,129); }

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