#2D308A

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

Shades of Jacksons Purple #2D308A

Tints of Jacksons Purple #2D308A

Color information

#2D308A (or 0x2D308A) is unknown color: approx Jacksons Purple. HEX triplet: 2D, 30 and 8A. RGB value is (45,48,138). Sum of RGB (Red+Green+Blue) = 45+48+138=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D308A is #D2CF75. Grayscale: #393939. Windows color (decimal): -13815670 or 9056301. OLE color: 9056301.

HSL color Cylindrical-coordinate representation of color #2D308A: hue angle of 238.06º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D308A is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4548138-
CMYK0.670.6500.46
HSL238.06º50.82%35.88%-
HSV(B)238.06º67.39%54.12%-
XYZ6.734.5124.56-
YUV57.36173.51119.18-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.48%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 138 (54.30% from 255) = 59.74%
R=19.48%
G=20.78%
B=59.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal45481380.670.6500.46238.0650.8235.88
Hex2D308A434102Eee3324
Octal55602121031010563566344
Binary1011011100001000101010000111000001010111011101110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,48,138); }

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

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

 a { background-color: rgb(45,48,138); }

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

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

 span { border-color: rgb(45,48,138); }

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