#262990

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

Shades of Jacksons Purple #262990

Tints of Jacksons Purple #262990

Color information

#262990 (or 0x262990) is unknown color: approx Jacksons Purple. HEX triplet: 26, 29 and 90. RGB value is (38,41,144). Sum of RGB (Red+Green+Blue) = 38+41+144=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #262990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262990 is #D9D66F. Grayscale: #333333. Windows color (decimal): -14276208 or 9447718. OLE color: 9447718.

HSL color Cylindrical-coordinate representation of color #262990: hue angle of 238.3º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262990 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3841144-
CMYK0.740.7200.44
HSL238.3º58.24%35.69%-
HSV(B)238.3º73.61%56.47%-
XYZ6.634.0126.81-
YUV51.84180.01118.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.04%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 144 (56.64% from 255) = 64.57%
R=17.04%
G=18.39%
B=64.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38411440.740.7200.44238.358.2435.69
Hex2629904A4802Cee3a24
Octal46512201121100543567244
Binary1001101010011001000010010101001000010110011101110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262990; }

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

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

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

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

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

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

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

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