#303592

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

Shades of Jacksons Purple #303592

Tints of Jacksons Purple #303592

Color information

#303592 (or 0x303592) is unknown color: approx Jacksons Purple. HEX triplet: 30, 35 and 92. RGB value is (48,53,146). Sum of RGB (Red+Green+Blue) = 48+53+146=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #303592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303592 is #CFCA6D. Grayscale: #3D3D3D. Windows color (decimal): -13617774 or 9581872. OLE color: 9581872.

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

Color convert

RGB4853146-
CMYK0.670.6400.43
HSL236.94º50.52%38.04%-
HSV(B)236.94º67.12%57.25%-
XYZ7.685.2527.8-
YUV62.11175.34117.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.43%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=19.43%
G=21.46%
B=59.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48531460.670.6400.43236.9450.5238.04
Hex303592434002Bed3326
Octal60652221031000533556346
Binary1100001101011001001010000111000000010101111101101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303592; }

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

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

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

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

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

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

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

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