#303594

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

Shades of Jacksons Purple #303594

Tints of Jacksons Purple #303594

Color information

#303594 (or 0x303594) is unknown color: approx Jacksons Purple. HEX triplet: 30, 35 and 94. RGB value is (48,53,148). Sum of RGB (Red+Green+Blue) = 48+53+148=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #303594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303594 is #CFCA6B. Grayscale: #3D3D3D. Windows color (decimal): -13617772 or 9712944. OLE color: 9712944.

HSL color Cylindrical-coordinate representation of color #303594: hue angle of 237º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303594 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4853148-
CMYK0.680.6400.42
HSL237º51.02%38.43%-
HSV(B)237º67.57%58.04%-
XYZ7.845.3128.63-
YUV62.33176.34117.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 148 (58.20% from 255) = 59.44%
R=19.28%
G=21.29%
B=59.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48531480.680.6400.4223751.0238.43
Hex303594444002Aed3326
Octal60652241041000523556346
Binary1100001101011001010010001001000000010101011101101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303594; }

 p { color: rgb(48,53,148); }

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

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

 a { background-color: rgb(48,53,148); }

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

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

 span { border-color: rgb(48,53,148); }

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