#303599

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

Shades of Jacksons Purple #303599

Tints of Jacksons Purple #303599

Color information

#303599 (or 0x303599) is unknown color: approx Jacksons Purple. HEX triplet: 30, 35 and 99. RGB value is (48,53,153). Sum of RGB (Red+Green+Blue) = 48+53+153=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #303599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303599 is #CFCA66. Grayscale: #3E3E3E. Windows color (decimal): -13617767 or 10040624. OLE color: 10040624.

HSL color Cylindrical-coordinate representation of color #303599: hue angle of 237.14º 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 #303599 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4853153-
CMYK0.690.6500.4
HSL237.14º52.24%39.41%-
HSV(B)237.14º68.63%60%-
XYZ8.245.4730.76-
YUV62.9178.84117.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 153 (60.16% from 255) = 60.24%
R=18.90%
G=20.87%
B=60.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48531530.690.6500.4237.1452.2439.41
Hex3035994541028ed3427
Octal60652311051010503556447
Binary1100001101011001100110001011000001010100011101101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303599; }

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

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

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

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

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

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

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

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