#302E7F

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

Shades of Jacksons Purple #302E7F

Tints of Jacksons Purple #302E7F

Color information

#302E7F (or 0x302E7F) is unknown color: approx Jacksons Purple. HEX triplet: 30, 2E and 7F. RGB value is (48,46,127). Sum of RGB (Red+Green+Blue) = 48+46+127=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #302E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302E7F is #CFD180. Grayscale: #373737. Windows color (decimal): -13619585 or 8334896. OLE color: 8334896.

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

Color convert

RGB4846127-
CMYK0.620.6400.50
HSL241.48º46.82%33.92%-
HSV(B)241.48º63.78%49.8%-
XYZ6.034.1120.56-
YUV55.83168.16122.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 46 (18.36% from 255) = 20.81%
BLUE value IS 127 (50% from 255) = 57.47%
R=21.72%
G=20.81%
B=57.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48461270.620.6400.50241.4846.8233.92
Hex302E7F3E40032f12f22
Octal6056177761000623615742
Binary11000010111011111111111101000000011001011110001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,46,127); }

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

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

 a { background-color: rgb(48,46,127); }

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

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

 span { border-color: rgb(48,46,127); }

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