#2e308b

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

Shades of Jacksons Purple #2E308B

Tints of Jacksons Purple #2E308B

Color information

#2E308B (or 0x2E308B) is unknown color: approx Jacksons Purple. HEX triplet: 2E, 30 and 8B. RGB value is (46,48,139). Sum of RGB (Red+Green+Blue) = 46+48+139=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E308B is #D1CF74. Grayscale: #393939. Windows color (decimal): -13750133 or 9121838. OLE color: 9121838.

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

Color convert

RGB4648139-
CMYK0.670.6500.45
HSL238.71º50.27%36.27%-
HSV(B)238.71º66.91%54.51%-
XYZ6.844.5624.95-
YUV57.78173.84119.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.74%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 139 (54.69% from 255) = 59.66%
R=19.74%
G=20.60%
B=59.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46481390.670.6500.45238.7150.2736.27
Hex2E308B434102Def3224
Octal56602131031010553576244
Binary1011101100001000101110000111000001010110111101111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e308b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,48,139); }

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

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

 a { background-color: rgb(46,48,139); }

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

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

 span { border-color: rgb(46,48,139); }

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