#2D3594

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

Shades of Jacksons Purple #2D3594

Tints of Jacksons Purple #2D3594

Color information

#2D3594 (or 0x2D3594) is unknown color: approx Jacksons Purple. HEX triplet: 2D, 35 and 94. RGB value is (45,53,148). Sum of RGB (Red+Green+Blue) = 45+53+148=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #2D3594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3594 is #D2CA6B. Grayscale: #3D3D3D. Windows color (decimal): -13814380 or 9712941. OLE color: 9712941.

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

Color convert

RGB4553148-
CMYK0.700.6400.42
HSL235.34º53.37%37.84%-
HSV(B)235.34º69.59%58.04%-
XYZ7.75.2428.62-
YUV61.44176.85116.28-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.29%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 148 (58.20% from 255) = 60.16%
R=18.29%
G=21.54%
B=60.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal45531480.700.6400.42235.3453.3737.84
Hex2D3594464002Aeb3526
Octal55652241061000523536546
Binary1011011101011001010010001101000000010101011101011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,53,148); }

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

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

 a { background-color: rgb(45,53,148); }

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

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

 span { border-color: rgb(45,53,148); }

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