#303597

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

Shades of Jacksons Purple #303597

Tints of Jacksons Purple #303597

Color information

#303597 (or 0x303597) is unknown color: approx Jacksons Purple. HEX triplet: 30, 35 and 97. RGB value is (48,53,151). Sum of RGB (Red+Green+Blue) = 48+53+151=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #303597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303597 is #CFCA68. Grayscale: #3E3E3E. Windows color (decimal): -13617769 or 9909552. OLE color: 9909552.

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

Color convert

RGB4853151-
CMYK0.680.6500.41
HSL237.09º51.76%39.02%-
HSV(B)237.09º68.21%59.22%-
XYZ8.085.4129.9-
YUV62.68177.84117.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 151 (59.38% from 255) = 59.92%
R=19.05%
G=21.03%
B=59.92%

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
Decimal48531510.680.6500.41237.0951.7639.02
Hex3035974441029ed3427
Octal60652271041010513556447
Binary1100001101011001011110001001000001010100111101101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303597; }

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

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

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

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

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

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

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

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