#630783

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

Shades of Indigo #630783

Tints of Indigo #630783

Color information

#630783 (or 0x630783) is unknown color: approx Indigo. HEX triplet: 63, 07 and 83. RGB value is (99,7,131). Sum of RGB (Red+Green+Blue) = 99+7+131=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #630783 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630783 is #9CF87C. Grayscale: #303030. Windows color (decimal): -10287229 or 8587107. OLE color: 8587107.

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

Color convert

RGB997131-
CMYK0.240.9500.49
HSL284.52º89.86%27.06%-
HSV(B)284.52º94.66%51.37%-
XYZ9.324.4421.84-
YUV48.64174.48163.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.77%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 131 (51.56% from 255) = 55.27%
R=41.77%
G=2.95%
B=55.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9971310.240.9500.49284.5289.8627.06
Hex63783185F03111d5a1b
Octal14372033013706143513233
Binary1100011111100000111100010111110110001100011101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630783; }

 p { color: rgb(99,7,131); }

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

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

 a { background-color: rgb(99,7,131); }

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

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

 span { border-color: rgb(99,7,131); }

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