#302884

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

Shades of Jacksons Purple #302884

Tints of Jacksons Purple #302884

Color information

#302884 (or 0x302884) is unknown color: approx Jacksons Purple. HEX triplet: 30, 28 and 84. RGB value is (48,40,132). Sum of RGB (Red+Green+Blue) = 48+40+132=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #302884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302884 is #CFD77B. Grayscale: #343434. Windows color (decimal): -13621116 or 8661040. OLE color: 8661040.

HSL color Cylindrical-coordinate representation of color #302884: hue angle of 245.22º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302884 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4840132-
CMYK0.640.7000.48
HSL245.22º53.49%33.73%-
HSV(B)245.22º69.7%51.76%-
XYZ6.143.8122.24-
YUV52.88172.65124.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.82%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 132 (51.95% from 255) = 60%
R=21.82%
G=18.18%
B=60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48401320.640.7000.48245.2253.4933.73
Hex3028844046030f53522
Octal60502041001060603656542
Binary1100001010001000010010000001000110011000011110101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302884; }

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

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

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

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

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

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

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

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