#303A97

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

Shades of Jacksons Purple #303A97

Tints of Jacksons Purple #303A97

Color information

#303A97 (or 0x303A97) is unknown color: approx Jacksons Purple. HEX triplet: 30, 3A and 97. RGB value is (48,58,151). Sum of RGB (Red+Green+Blue) = 48+58+151=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #303A97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303A97 is #CFC568. Grayscale: #414141. Windows color (decimal): -13616489 or 9910832. OLE color: 9910832.

HSL color Cylindrical-coordinate representation of color #303A97: hue angle of 234.17º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303A97 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4858151-
CMYK0.680.6200.41
HSL234.17º51.76%39.02%-
HSV(B)234.17º68.21%59.22%-
XYZ8.325.8929.98-
YUV65.61176.19115.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 58 (23.05% from 255) = 22.57%
BLUE value IS 151 (59.38% from 255) = 58.75%
R=18.68%
G=22.57%
B=58.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48581510.680.6200.41234.1751.7639.02
Hex303A97443E029ea3427
Octal6072227104760513526447
Binary110000111010100101111000100111110010100111101010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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