#303392

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

Shades of Jacksons Purple #303392

Tints of Jacksons Purple #303392

Color information

#303392 (or 0x303392) is unknown color: approx Jacksons Purple. HEX triplet: 30, 33 and 92. RGB value is (48,51,146). Sum of RGB (Red+Green+Blue) = 48+51+146=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #303392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303392 is #CFCC6D. Grayscale: #3C3C3C. Windows color (decimal): -13618286 or 9581360. OLE color: 9581360.

HSL color Cylindrical-coordinate representation of color #303392: hue angle of 238.16º 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 #303392 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4851146-
CMYK0.670.6500.43
HSL238.16º50.52%38.04%-
HSV(B)238.16º67.12%57.25%-
XYZ7.595.0727.77-
YUV60.93176.01118.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 146 (57.42% from 255) = 59.59%
R=19.59%
G=20.82%
B=59.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48511460.670.6500.43238.1650.5238.04
Hex303392434102Bee3326
Octal60632221031010533566346
Binary1100001100111001001010000111000001010101111101110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303392; }

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

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

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

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

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

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

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

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