#303888

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

Shades of Jacksons Purple #303888

Tints of Jacksons Purple #303888

Color information

#303888 (or 0x303888) is unknown color: approx Jacksons Purple. HEX triplet: 30, 38 and 88. RGB value is (48,56,136). Sum of RGB (Red+Green+Blue) = 48+56+136=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #303888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303888 is #CFC777. Grayscale: #3E3E3E. Windows color (decimal): -13617016 or 8927280. OLE color: 8927280.

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

Color convert

RGB4856136-
CMYK0.650.5900.47
HSL234.55º47.83%36.08%-
HSV(B)234.55º64.71%53.33%-
XYZ7.085.2323.93-
YUV62.73169.35117.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 56 (22.27% from 255) = 23.33%
BLUE value IS 136 (53.52% from 255) = 56.67%
R=20%
G=23.33%
B=56.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48561360.650.5900.47234.5547.8336.08
Hex303888413B02Feb3024
Octal6070210101730573536044
Binary110000111000100010001000001111011010111111101011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303888; }

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

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

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

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

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

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

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

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