#303596

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

Shades of Jacksons Purple #303596

Tints of Jacksons Purple #303596

Color information

#303596 (or 0x303596) is unknown color: approx Jacksons Purple. HEX triplet: 30, 35 and 96. RGB value is (48,53,150). Sum of RGB (Red+Green+Blue) = 48+53+150=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #303596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303596 is #CFCA69. Grayscale: #3E3E3E. Windows color (decimal): -13617770 or 9844016. OLE color: 9844016.

HSL color Cylindrical-coordinate representation of color #303596: hue angle of 237.06º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303596 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4853150-
CMYK0.680.6500.41
HSL237.06º51.52%38.82%-
HSV(B)237.06º68%58.82%-
XYZ85.3829.47-
YUV62.56177.34117.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 53 (21.09% from 255) = 21.12%
BLUE value IS 150 (58.98% from 255) = 59.76%
R=19.12%
G=21.12%
B=59.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48531500.680.6500.41237.0651.5238.82
Hex3035964441029ed3427
Octal60652261041010513556447
Binary1100001101011001011010001001000001010100111101101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303596; }

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

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

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

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

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

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

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

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