#303193

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

Shades of Jacksons Purple #303193

Tints of Jacksons Purple #303193

Color information

#303193 (or 0x303193) is unknown color: approx Jacksons Purple. HEX triplet: 30, 31 and 93. RGB value is (48,49,147). Sum of RGB (Red+Green+Blue) = 48+49+147=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #303193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303193 is #CFCE6C. Grayscale: #3B3B3B. Windows color (decimal): -13618797 or 9646384. OLE color: 9646384.

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

Color convert

RGB4849147-
CMYK0.670.6700.42
HSL239.39º50.77%38.24%-
HSV(B)239.39º67.35%57.65%-
XYZ7.584.9328.16-
YUV59.87177.17119.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 147 (57.81% from 255) = 60.25%
R=19.67%
G=20.08%
B=60.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48491470.670.6700.42239.3950.7738.24
Hex303193434302Aef3326
Octal60612231031030523576346
Binary1100001100011001001110000111000011010101011101111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303193; }

 p { color: rgb(48,49,147); }

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

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

 a { background-color: rgb(48,49,147); }

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

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

 span { border-color: rgb(48,49,147); }

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