#262A8E

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

Shades of Jacksons Purple #262A8E

Tints of Jacksons Purple #262A8E

Color information

#262A8E (or 0x262A8E) is unknown color: approx Jacksons Purple. HEX triplet: 26, 2A and 8E. RGB value is (38,42,142). Sum of RGB (Red+Green+Blue) = 38+42+142=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #262A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262A8E is #D9D571. Grayscale: #333333. Windows color (decimal): -14275954 or 9316902. OLE color: 9316902.

HSL color Cylindrical-coordinate representation of color #262A8E: hue angle of 237.69º 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 #262A8E is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3842142-
CMYK0.730.7000.44
HSL237.69º57.78%35.29%-
HSV(B)237.69º73.24%55.69%-
XYZ6.514.0226.02-
YUV52.2178.67117.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.12%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 142 (55.86% from 255) = 63.96%
R=17.12%
G=18.92%
B=63.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38421420.730.7000.44237.6957.7835.29
Hex262A8E494602Cee3a23
Octal46522161111060543567243
Binary1001101010101000111010010011000110010110011101110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262A8E; }

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

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

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

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

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

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

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

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