#303182

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

Shades of Jacksons Purple #303182

Tints of Jacksons Purple #303182

Color information

#303182 (or 0x303182) is unknown color: approx Jacksons Purple. HEX triplet: 30, 31 and 82. RGB value is (48,49,130). Sum of RGB (Red+Green+Blue) = 48+49+130=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #303182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303182 is #CFCE7D. Grayscale: #393939. Windows color (decimal): -13618814 or 8532272. OLE color: 8532272.

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

Color convert

RGB4849130-
CMYK0.630.6200.49
HSL239.27º46.07%34.9%-
HSV(B)239.27º63.08%50.98%-
XYZ6.354.4421.64-
YUV57.93168.67120.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 130 (51.17% from 255) = 57.27%
R=21.15%
G=21.59%
B=57.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48491300.630.6200.49239.2746.0734.9
Hex3031823F3E031ef2e23
Octal606120277760613575643
Binary11000011000110000010111111111110011000111101111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303182; }

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

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

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

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

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

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

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

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