#303898

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

Shades of Jacksons Purple #303898

Tints of Jacksons Purple #303898

Color information

#303898 (or 0x303898) is unknown color: approx Jacksons Purple. HEX triplet: 30, 38 and 98. RGB value is (48,56,152). Sum of RGB (Red+Green+Blue) = 48+56+152=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #303898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303898 is #CFC767. Grayscale: #404040. Windows color (decimal): -13617000 or 9975856. OLE color: 9975856.

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

Color convert

RGB4856152-
CMYK0.680.6300.40
HSL235.38º52%39.22%-
HSV(B)235.38º68.42%59.61%-
XYZ8.35.7230.37-
YUV64.55177.35116.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 152 (59.77% from 255) = 59.38%
R=18.75%
G=21.88%
B=59.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48561520.680.6300.40235.385239.22
Hex303898443F028eb3427
Octal6070230104770503536447
Binary110000111000100110001000100111111010100011101011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303898; }

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

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

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

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

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

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

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

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