#302D91

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

Shades of Jacksons Purple #302D91

Tints of Jacksons Purple #302D91

Color information

#302D91 (or 0x302D91) is unknown color: approx Jacksons Purple. HEX triplet: 30, 2D and 91. RGB value is (48,45,145). Sum of RGB (Red+Green+Blue) = 48+45+145=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #302D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302D91 is #CFD26E. Grayscale: #383838. Windows color (decimal): -13619823 or 9514288. OLE color: 9514288.

HSL color Cylindrical-coordinate representation of color #302D91: hue angle of 241.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #302D91 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4845145-
CMYK0.670.6900.43
HSL241.8º52.63%37.25%-
HSV(B)241.8º68.97%56.86%-
XYZ7.274.5527.28-
YUV57.3177.49121.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 45 (17.97% from 255) = 18.91%
BLUE value IS 145 (57.03% from 255) = 60.92%
R=20.17%
G=18.91%
B=60.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48451450.670.6900.43241.852.6337.25
Hex302D91434502Bf23525
Octal60552211031050533626545
Binary1100001011011001000110000111000101010101111110010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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