#303196

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

Shades of Jacksons Purple #303196

Tints of Jacksons Purple #303196

Color information

#303196 (or 0x303196) is unknown color: approx Jacksons Purple. HEX triplet: 30, 31 and 96. RGB value is (48,49,150). Sum of RGB (Red+Green+Blue) = 48+49+150=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #303196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303196 is #CFCE69. Grayscale: #3B3B3B. Windows color (decimal): -13618794 or 9842992. OLE color: 9842992.

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

Color convert

RGB4849150-
CMYK0.680.6700.41
HSL239.41º51.52%38.82%-
HSV(B)239.41º68%58.82%-
XYZ7.825.0329.41-
YUV60.22178.67119.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.43%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 150 (58.98% from 255) = 60.73%
R=19.43%
G=19.84%
B=60.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48491500.680.6700.41239.4151.5238.82
Hex3031964443029ef3427
Octal60612261041030513576447
Binary1100001100011001011010001001000011010100111101111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303196; }

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

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

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

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

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

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

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

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