#26298E

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

Shades of Jacksons Purple #26298E

Tints of Jacksons Purple #26298E

Color information

#26298E (or 0x26298E) is unknown color: approx Jacksons Purple. HEX triplet: 26, 29 and 8E. RGB value is (38,41,142). Sum of RGB (Red+Green+Blue) = 38+41+142=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #26298E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26298E is #D9D671. Grayscale: #333333. Windows color (decimal): -14276210 or 9316646. OLE color: 9316646.

HSL color Cylindrical-coordinate representation of color #26298E: hue angle of 238.27º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26298E is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3841142-
CMYK0.730.7100.44
HSL238.27º57.78%35.29%-
HSV(B)238.27º73.24%55.69%-
XYZ6.473.9526.01-
YUV51.62179.01118.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 41 (16.41% from 255) = 18.55%
BLUE value IS 142 (55.86% from 255) = 64.25%
R=17.19%
G=18.55%
B=64.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38411420.730.7100.44238.2757.7835.29
Hex26298E494702Cee3a23
Octal46512161111070543567243
Binary1001101010011000111010010011000111010110011101110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26298E; }

 p { color: rgb(38,41,142); }

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

<style>
 a { background-color: #26298E; }

 a { background-color: rgb(38,41,142); }

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

<style>
 span { border-color: #26298E; }

 span { border-color: rgb(38,41,142); }

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