#2A308D

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

Shades of Jacksons Purple #2A308D

Tints of Jacksons Purple #2A308D

Color information

#2A308D (or 0x2A308D) is unknown color: approx Jacksons Purple. HEX triplet: 2A, 30 and 8D. RGB value is (42,48,141). Sum of RGB (Red+Green+Blue) = 42+48+141=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A308D is #D5CF72. Grayscale: #383838. Windows color (decimal): -14012275 or 9252906. OLE color: 9252906.

HSL color Cylindrical-coordinate representation of color #2A308D: hue angle of 236.36º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A308D is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4248141-
CMYK0.700.6600.45
HSL236.36º54.1%35.88%-
HSV(B)236.36º70.21%55.29%-
XYZ6.824.5325.71-
YUV56.81175.51117.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.18%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 141 (55.47% from 255) = 61.04%
R=18.18%
G=20.78%
B=61.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42481410.700.6600.45236.3654.135.88
Hex2A308D464202Dec3624
Octal52602151061020553546644
Binary1010101100001000110110001101000010010110111101100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,48,141); }

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

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

 a { background-color: rgb(42,48,141); }

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

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

 span { border-color: rgb(42,48,141); }

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