#2B3690

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

Shades of Jacksons Purple #2B3690

Tints of Jacksons Purple #2B3690

Color information

#2B3690 (or 0x2B3690) is unknown color: approx Jacksons Purple. HEX triplet: 2B, 36 and 90. RGB value is (43,54,144). Sum of RGB (Red+Green+Blue) = 43+54+144=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B3690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3690 is #D4C96F. Grayscale: #3C3C3C. Windows color (decimal): -13945200 or 9451051. OLE color: 9451051.

HSL color Cylindrical-coordinate representation of color #2B3690: hue angle of 233.47º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B3690 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4354144-
CMYK0.700.6300.44
HSL233.47º54.01%36.67%-
HSV(B)233.47º70.14%56.47%-
XYZ7.355.1727-
YUV60.97174.86115.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.84%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 144 (56.64% from 255) = 59.75%
R=17.84%
G=22.41%
B=59.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43541440.700.6300.44233.4754.0136.67
Hex2B3690463F02Ce93625
Octal5366220106770543516645
Binary101011110110100100001000110111111010110011101001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,54,144); }

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

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

 a { background-color: rgb(43,54,144); }

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

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

 span { border-color: rgb(43,54,144); }

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