#303282

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

Shades of Jacksons Purple #303282

Tints of Jacksons Purple #303282

Color information

#303282 (or 0x303282) is unknown color: approx Jacksons Purple. HEX triplet: 30, 32 and 82. RGB value is (48,50,130). Sum of RGB (Red+Green+Blue) = 48+50+130=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #303282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303282 is #CFCD7D. Grayscale: #3A3A3A. Windows color (decimal): -13618558 or 8532528. OLE color: 8532528.

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

Color convert

RGB4850130-
CMYK0.630.6200.49
HSL238.54º46.07%34.9%-
HSV(B)238.54º63.08%50.98%-
XYZ6.394.5221.66-
YUV58.52168.34120.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 130 (51.17% from 255) = 57.02%
R=21.05%
G=21.93%
B=57.02%

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
Decimal48501300.630.6200.49238.5446.0734.9
Hex3032823F3E031ef2e23
Octal606220277760613575643
Binary11000011001010000010111111111110011000111101111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303282; }

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

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

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

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

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

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

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

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