#303892

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

Shades of Jacksons Purple #303892

Tints of Jacksons Purple #303892

Color information

#303892 (or 0x303892) is unknown color: approx Jacksons Purple. HEX triplet: 30, 38 and 92. RGB value is (48,56,146). Sum of RGB (Red+Green+Blue) = 48+56+146=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #303892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303892 is #CFC76D. Grayscale: #3F3F3F. Windows color (decimal): -13617006 or 9582640. OLE color: 9582640.

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

Color convert

RGB4856146-
CMYK0.670.6200.43
HSL235.1º50.52%38.04%-
HSV(B)235.1º67.12%57.25%-
XYZ7.825.5327.85-
YUV63.87174.35116.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 146 (57.42% from 255) = 58.4%
R=19.2%
G=22.4%
B=58.4%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48561460.670.6200.43235.150.5238.04
Hex303892433E02Beb3326
Octal6070222103760533536346
Binary110000111000100100101000011111110010101111101011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303892; }

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

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

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

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

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

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

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

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