#303999

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

Shades of Jacksons Purple #303999

Tints of Jacksons Purple #303999

Color information

#303999 (or 0x303999) is unknown color: approx Jacksons Purple. HEX triplet: 30, 39 and 99. RGB value is (48,57,153). Sum of RGB (Red+Green+Blue) = 48+57+153=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #303999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303999 is #CFC666. Grayscale: #404040. Windows color (decimal): -13616743 or 10041648. OLE color: 10041648.

HSL color Cylindrical-coordinate representation of color #303999: hue angle of 234.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #303999 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4857153-
CMYK0.690.6300.4
HSL234.86º52.24%39.41%-
HSV(B)234.86º68.63%60%-
XYZ8.435.8530.82-
YUV65.25177.52115.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 153 (60.16% from 255) = 59.30%
R=18.60%
G=22.09%
B=59.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48571530.690.6300.4234.8652.2439.41
Hex303999453F028eb3427
Octal6071231105770503536447
Binary110000111001100110011000101111111010100011101011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303999; }

 p { color: rgb(48,57,153); }

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

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

 a { background-color: rgb(48,57,153); }

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

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

 span { border-color: rgb(48,57,153); }

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