#302C85

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

Shades of Jacksons Purple #302C85

Tints of Jacksons Purple #302C85

Color information

#302C85 (or 0x302C85) is unknown color: approx Jacksons Purple. HEX triplet: 30, 2C and 85. RGB value is (48,44,133). Sum of RGB (Red+Green+Blue) = 48+44+133=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #302C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302C85 is #CFD37A. Grayscale: #363636. Windows color (decimal): -13620091 or 8727600. OLE color: 8727600.

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

Color convert

RGB4844133-
CMYK0.640.6700.48
HSL242.7º50.28%34.71%-
HSV(B)242.7º66.92%52.16%-
XYZ6.354.1222.65-
YUV55.34171.83122.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=21.33%
G=19.56%
B=59.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48441330.640.6700.48242.750.2834.71
Hex302C854043030f33223
Octal60542051001030603636243
Binary1100001011001000010110000001000011011000011110011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302C85; }

 p { color: rgb(48,44,133); }

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

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

 a { background-color: rgb(48,44,133); }

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

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

 span { border-color: rgb(48,44,133); }

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