#2C308D

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

Shades of Jacksons Purple #2C308D

Tints of Jacksons Purple #2C308D

Color information

#2C308D (or 0x2C308D) is unknown color: approx Jacksons Purple. HEX triplet: 2C, 30 and 8D. RGB value is (44,48,141). Sum of RGB (Red+Green+Blue) = 44+48+141=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C308D is #D3CF72. Grayscale: #393939. Windows color (decimal): -13881203 or 9252908. OLE color: 9252908.

HSL color Cylindrical-coordinate representation of color #2C308D: hue angle of 237.53º degrees, saturation: 0.52, 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 #2C308D is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4448141-
CMYK0.690.6600.45
HSL237.53º52.43%36.27%-
HSV(B)237.53º68.79%55.29%-
XYZ6.94.5725.72-
YUV57.41175.17118.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.88%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 141 (55.47% from 255) = 60.52%
R=18.88%
G=20.60%
B=60.52%

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
Decimal44481410.690.6600.45237.5352.4336.27
Hex2C308D454202Dee3424
Octal54602151051020553566444
Binary1011001100001000110110001011000010010110111101110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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