#303893

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

Shades of Jacksons Purple #303893

Tints of Jacksons Purple #303893

Color information

#303893 (or 0x303893) is unknown color: approx Jacksons Purple. HEX triplet: 30, 38 and 93. RGB value is (48,56,147). Sum of RGB (Red+Green+Blue) = 48+56+147=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #303893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303893 is #CFC76C. Grayscale: #3F3F3F. Windows color (decimal): -13617005 or 9648176. OLE color: 9648176.

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

Color convert

RGB4856147-
CMYK0.670.6200.42
HSL235.15º50.77%38.24%-
HSV(B)235.15º67.35%57.65%-
XYZ7.95.5628.26-
YUV63.98174.85116.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 147 (57.81% from 255) = 58.57%
R=19.12%
G=22.31%
B=58.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48561470.670.6200.42235.1550.7738.24
Hex303893433E02Aeb3326
Octal6070223103760523536346
Binary110000111000100100111000011111110010101011101011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303893; }

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

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

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

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

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

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

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

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