#302D85

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

Shades of Jacksons Purple #302D85

Tints of Jacksons Purple #302D85

Color information

#302D85 (or 0x302D85) is unknown color: approx Jacksons Purple. HEX triplet: 30, 2D and 85. RGB value is (48,45,133). Sum of RGB (Red+Green+Blue) = 48+45+133=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #302D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302D85 is #CFD27A. Grayscale: #373737. Windows color (decimal): -13619835 or 8727856. OLE color: 8727856.

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

Color convert

RGB4845133-
CMYK0.640.6600.48
HSL242.05º49.44%34.9%-
HSV(B)242.05º66.17%52.16%-
XYZ6.394.222.66-
YUV55.93171.49122.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 45 (17.97% from 255) = 19.91%
BLUE value IS 133 (52.34% from 255) = 58.85%
R=21.24%
G=19.91%
B=58.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48451330.640.6600.48242.0549.4434.9
Hex302D854042030f23123
Octal60552051001020603626143
Binary1100001011011000010110000001000010011000011110010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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