#302883

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

Shades of Jacksons Purple #302883

Tints of Jacksons Purple #302883

Color information

#302883 (or 0x302883) is unknown color: approx Jacksons Purple. HEX triplet: 30, 28 and 83. RGB value is (48,40,131). Sum of RGB (Red+Green+Blue) = 48+40+131=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #302883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302883 is #CFD77C. Grayscale: #343434. Windows color (decimal): -13621117 or 8595504. OLE color: 8595504.

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

Color convert

RGB4840131-
CMYK0.630.6900.49
HSL245.27º53.22%33.53%-
HSV(B)245.27º69.47%51.37%-
XYZ6.073.7821.88-
YUV52.77172.15124.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 131 (51.56% from 255) = 59.82%
R=21.92%
G=18.26%
B=59.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48401310.630.6900.49245.2753.2233.53
Hex3028833F45031f53522
Octal6050203771050613656542
Binary110000101000100000111111111000101011000111110101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302883; }

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

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

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

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

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

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

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

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