#303A87

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

Shades of Jacksons Purple #303A87

Tints of Jacksons Purple #303A87

Color information

#303A87 (or 0x303A87) is unknown color: approx Jacksons Purple. HEX triplet: 30, 3A and 87. RGB value is (48,58,135). Sum of RGB (Red+Green+Blue) = 48+58+135=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #303A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303A87 is #CFC578. Grayscale: #3F3F3F. Windows color (decimal): -13616505 or 8862256. OLE color: 8862256.

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

Color convert

RGB4858135-
CMYK0.640.5700.47
HSL233.1º47.54%35.88%-
HSV(B)233.1º64.44%52.94%-
XYZ7.115.423.59-
YUV63.79168.19116.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=19.92%
G=24.07%
B=56.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48581350.640.5700.47233.147.5435.88
Hex303A87403902Fe93024
Octal6072207100710573516044
Binary110000111010100001111000000111001010111111101001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303A87; }

 p { color: rgb(48,58,135); }

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

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

 a { background-color: rgb(48,58,135); }

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

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

 span { border-color: rgb(48,58,135); }

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