#2B308C

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

Shades of Jacksons Purple #2B308C

Tints of Jacksons Purple #2B308C

Color information

#2B308C (or 0x2B308C) is unknown color: approx Jacksons Purple. HEX triplet: 2B, 30 and 8C. RGB value is (43,48,140). Sum of RGB (Red+Green+Blue) = 43+48+140=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B308C is #D4CF73. Grayscale: #383838. Windows color (decimal): -13946740 or 9187371. OLE color: 9187371.

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

Color convert

RGB4348140-
CMYK0.690.6600.45
HSL236.91º53.01%35.88%-
HSV(B)236.91º69.29%54.9%-
XYZ6.794.5225.33-
YUV56.99174.84118.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.61%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 140 (55.08% from 255) = 60.61%
R=18.61%
G=20.78%
B=60.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43481400.690.6600.45236.9153.0135.88
Hex2B308C454202Ded3524
Octal53602141051020553556544
Binary1010111100001000110010001011000010010110111101101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B308C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,48,140); }

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

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

 a { background-color: rgb(43,48,140); }

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

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

 span { border-color: rgb(43,48,140); }

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