#303989

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

Shades of Jacksons Purple #303989

Tints of Jacksons Purple #303989

Color information

#303989 (or 0x303989) is unknown color: approx Jacksons Purple. HEX triplet: 30, 39 and 89. RGB value is (48,57,137). Sum of RGB (Red+Green+Blue) = 48+57+137=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #303989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303989 is #CFC676. Grayscale: #3F3F3F. Windows color (decimal): -13616759 or 8993072. OLE color: 8993072.

HSL color Cylindrical-coordinate representation of color #303989: hue angle of 233.93º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303989 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4857137-
CMYK0.650.5800.46
HSL233.93º48.11%36.27%-
HSV(B)233.93º64.96%53.73%-
XYZ7.25.3624.32-
YUV63.43169.52117-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 137 (53.91% from 255) = 56.61%
R=19.83%
G=23.55%
B=56.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48571370.650.5800.46233.9348.1136.27
Hex303989413A02Eea3024
Octal6071211101720563526044
Binary110000111001100010011000001111010010111011101010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303989; }

 p { color: rgb(48,57,137); }

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

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

 a { background-color: rgb(48,57,137); }

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

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

 span { border-color: rgb(48,57,137); }

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