#302D7E

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

Shades of Jacksons Purple #302D7E

Tints of Jacksons Purple #302D7E

Color information

#302D7E (or 0x302D7E) is unknown color: approx Jacksons Purple. HEX triplet: 30, 2D and 7E. RGB value is (48,45,126). Sum of RGB (Red+Green+Blue) = 48+45+126=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #302D7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D7E is #CFD281. Grayscale: #363636. Windows color (decimal): -13619842 or 8269104. OLE color: 8269104.

HSL color Cylindrical-coordinate representation of color #302D7E: hue angle of 242.22º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #302D7E is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4845126-
CMYK0.620.6400.51
HSL242.22º47.37%33.53%-
HSV(B)242.22º64.29%49.41%-
XYZ5.924.0120.2-
YUV55.13167.99122.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 126 (49.61% from 255) = 57.53%
R=21.92%
G=20.55%
B=57.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48451260.620.6400.51242.2247.3733.53
Hex302D7E3E40033f22f22
Octal6055176761000633625742
Binary11000010110111111101111101000000011001111110010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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