#303281

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

Shades of Jacksons Purple #303281

Tints of Jacksons Purple #303281

Color information

#303281 (or 0x303281) is unknown color: approx Jacksons Purple. HEX triplet: 30, 32 and 81. RGB value is (48,50,129). Sum of RGB (Red+Green+Blue) = 48+50+129=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #303281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303281 is #CFCD7E. Grayscale: #3A3A3A. Windows color (decimal): -13618559 or 8466992. OLE color: 8466992.

HSL color Cylindrical-coordinate representation of color #303281: hue angle of 238.52º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #303281 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4850129-
CMYK0.630.6100.49
HSL238.52º45.76%34.71%-
HSV(B)238.52º62.79%50.59%-
XYZ6.324.4921.3-
YUV58.41167.84120.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 129 (50.78% from 255) = 56.83%
R=21.15%
G=22.03%
B=56.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48501290.630.6100.49238.5245.7634.71
Hex3032813F3D031ef2e23
Octal606220177750613575643
Binary11000011001010000001111111111101011000111101111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303281; }

 p { color: rgb(48,50,129); }

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

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

 a { background-color: rgb(48,50,129); }

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

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

 span { border-color: rgb(48,50,129); }

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