#303598

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

Shades of Jacksons Purple #303598

Tints of Jacksons Purple #303598

Color information

#303598 (or 0x303598) is unknown color: approx Jacksons Purple. HEX triplet: 30, 35 and 98. RGB value is (48,53,152). Sum of RGB (Red+Green+Blue) = 48+53+152=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #303598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303598 is #CFCA67. Grayscale: #3E3E3E. Windows color (decimal): -13617768 or 9975088. OLE color: 9975088.

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

Color convert

RGB4853152-
CMYK0.680.6500.40
HSL237.12º52%39.22%-
HSV(B)237.12º68.42%59.61%-
XYZ8.165.4430.33-
YUV62.79178.34117.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 152 (59.77% from 255) = 60.08%
R=18.97%
G=20.95%
B=60.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48531520.680.6500.40237.125239.22
Hex3035984441028ed3427
Octal60652301041010503556447
Binary1100001101011001100010001001000001010100011101101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303598; }

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

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

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

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

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

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

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

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