#2c308b

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

Shades of Jacksons Purple #2C308B

Tints of Jacksons Purple #2C308B

Color information

#2C308B (or 0x2C308B) is unknown color: approx Jacksons Purple. HEX triplet: 2C, 30 and 8B. RGB value is (44,48,139). Sum of RGB (Red+Green+Blue) = 44+48+139=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C308B is #D3CF74. Grayscale: #383838. Windows color (decimal): -13881205 or 9121836. OLE color: 9121836.

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

Color convert

RGB4448139-
CMYK0.680.6500.45
HSL237.47º51.91%35.88%-
HSV(B)237.47º68.35%54.51%-
XYZ6.764.5124.94-
YUV57.18174.17118.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.05%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 139 (54.69% from 255) = 60.17%
R=19.05%
G=20.78%
B=60.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44481390.680.6500.45237.4751.9135.88
Hex2C308B444102Ded3424
Octal54602131041010553556444
Binary1011001100001000101110001001000001010110111101101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c308b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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