#303698

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

Shades of Jacksons Purple #303698

Tints of Jacksons Purple #303698

Color information

#303698 (or 0x303698) is unknown color: approx Jacksons Purple. HEX triplet: 30, 36 and 98. RGB value is (48,54,152). Sum of RGB (Red+Green+Blue) = 48+54+152=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #303698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303698 is #CFC967. Grayscale: #3E3E3E. Windows color (decimal): -13617512 or 9975344. OLE color: 9975344.

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

Color convert

RGB4854152-
CMYK0.680.6400.40
HSL236.54º52%39.22%-
HSV(B)236.54º68.42%59.61%-
XYZ8.215.5330.34-
YUV63.38178.01117.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 152 (59.77% from 255) = 59.84%
R=18.90%
G=21.26%
B=59.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48541520.680.6400.40236.545239.22
Hex3036984440028ed3427
Octal60662301041000503556447
Binary1100001101101001100010001001000000010100011101101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303698; }

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

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

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

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

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

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

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

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