#303A90

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

Shades of Jacksons Purple #303A90

Tints of Jacksons Purple #303A90

Color information

#303A90 (or 0x303A90) is unknown color: approx Jacksons Purple. HEX triplet: 30, 3A and 90. RGB value is (48,58,144). Sum of RGB (Red+Green+Blue) = 48+58+144=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #303A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303A90 is #CFC56F. Grayscale: #404040. Windows color (decimal): -13616496 or 9452080. OLE color: 9452080.

HSL color Cylindrical-coordinate representation of color #303A90: hue angle of 233.75º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303A90 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4858144-
CMYK0.670.6000.44
HSL233.75º50%37.65%-
HSV(B)233.75º66.67%56.47%-
XYZ7.775.6727.07-
YUV64.81172.69116.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 144 (56.64% from 255) = 57.6%
R=19.2%
G=23.2%
B=57.6%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48581440.670.6000.44233.755037.65
Hex303A90433C02Cea3226
Octal6072220103740543526246
Binary110000111010100100001000011111100010110011101010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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