#302D8A

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

Shades of Jacksons Purple #302D8A

Tints of Jacksons Purple #302D8A

Color information

#302D8A (or 0x302D8A) is unknown color: approx Jacksons Purple. HEX triplet: 30, 2D and 8A. RGB value is (48,45,138). Sum of RGB (Red+Green+Blue) = 48+45+138=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #302D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302D8A is #CFD275. Grayscale: #383838. Windows color (decimal): -13619830 or 9055536. OLE color: 9055536.

HSL color Cylindrical-coordinate representation of color #302D8A: hue angle of 241.94º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302D8A is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4845138-
CMYK0.650.6700.46
HSL241.94º50.82%35.88%-
HSV(B)241.94º67.39%54.12%-
XYZ6.744.3424.53-
YUV56.5173.99121.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 138 (54.30% from 255) = 59.74%
R=20.78%
G=19.48%
B=59.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48451380.650.6700.46241.9450.8235.88
Hex302D8A414302Ef23324
Octal60552121011030563626344
Binary1100001011011000101010000011000011010111011110010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,45,138); }

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

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

 a { background-color: rgb(48,45,138); }

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

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

 span { border-color: rgb(48,45,138); }

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