#303284

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

Shades of Jacksons Purple #303284

Tints of Jacksons Purple #303284

Color information

#303284 (or 0x303284) is unknown color: approx Jacksons Purple. HEX triplet: 30, 32 and 84. RGB value is (48,50,132). Sum of RGB (Red+Green+Blue) = 48+50+132=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #303284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303284 is #CFCD7B. Grayscale: #3A3A3A. Windows color (decimal): -13618556 or 8663600. OLE color: 8663600.

HSL color Cylindrical-coordinate representation of color #303284: hue angle of 238.57º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #303284 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4850132-
CMYK0.640.6200.48
HSL238.57º46.67%35.29%-
HSV(B)238.57º63.64%51.76%-
XYZ6.524.5822.37-
YUV58.75169.34120.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 132 (51.95% from 255) = 57.39%
R=20.87%
G=21.74%
B=57.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48501320.640.6200.48238.5746.6735.29
Hex303284403E030ef2f23
Octal6062204100760603575743
Binary110000110010100001001000000111110011000011101111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303284; }

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

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

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

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

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

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

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

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