#2C2692

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

Shades of Jacksons Purple #2C2692

Tints of Jacksons Purple #2C2692

Color information

#2C2692 (or 0x2C2692) is unknown color: approx Jacksons Purple. HEX triplet: 2C, 26 and 92. RGB value is (44,38,146). Sum of RGB (Red+Green+Blue) = 44+38+146=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C2692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2692 is #D3D96D. Grayscale: #333333. Windows color (decimal): -13883758 or 9578028. OLE color: 9578028.

HSL color Cylindrical-coordinate representation of color #2C2692: hue angle of 243.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C2692 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4438146-
CMYK0.700.7400.43
HSL243.33º58.7%36.08%-
HSV(B)243.33º73.97%57.25%-
XYZ6.92427.6-
YUV52.11180.99122.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.30%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 146 (57.42% from 255) = 64.04%
R=19.30%
G=16.67%
B=64.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal44381460.700.7400.43243.3358.736.08
Hex2C2692464A02Bf33b24
Octal54462221061120533637344
Binary1011001001101001001010001101001010010101111110011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,38,146); }

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

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

 a { background-color: rgb(44,38,146); }

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

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

 span { border-color: rgb(44,38,146); }

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