#2D2F93

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

Shades of Jacksons Purple #2D2F93

Tints of Jacksons Purple #2D2F93

Color information

#2D2F93 (or 0x2D2F93) is unknown color: approx Jacksons Purple. HEX triplet: 2D, 2F and 93. RGB value is (45,47,147). Sum of RGB (Red+Green+Blue) = 45+47+147=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #2D2F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2F93 is #D2D06C. Grayscale: #393939. Windows color (decimal): -13815917 or 9645869. OLE color: 9645869.

HSL color Cylindrical-coordinate representation of color #2D2F93: hue angle of 238.82º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D2F93 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4547147-
CMYK0.690.6800.42
HSL238.82º53.12%37.65%-
HSV(B)238.82º69.39%57.65%-
XYZ7.374.728.12-
YUV57.8178.34118.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.83%
GREEN value IS 47 (18.75% from 255) = 19.67%
BLUE value IS 147 (57.81% from 255) = 61.51%
R=18.83%
G=19.67%
B=61.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal45471470.690.6800.42238.8253.1237.65
Hex2D2F93454402Aef3526
Octal55572231051040523576546
Binary1011011011111001001110001011000100010101011101111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D2F93; }

 p { color: rgb(45,47,147); }

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

<style>
 a { background-color: #2D2F93; }

 a { background-color: rgb(45,47,147); }

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

<style>
 span { border-color: #2D2F93; }

 span { border-color: rgb(45,47,147); }

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