#262B8F

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

Shades of Jacksons Purple #262B8F

Tints of Jacksons Purple #262B8F

Color information

#262B8F (or 0x262B8F) is unknown color: approx Jacksons Purple. HEX triplet: 26, 2B and 8F. RGB value is (38,43,143). Sum of RGB (Red+Green+Blue) = 38+43+143=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #262B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262B8F is #D9D470. Grayscale: #343434. Windows color (decimal): -14275697 or 9382694. OLE color: 9382694.

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

Color convert

RGB3843143-
CMYK0.730.7000.44
HSL237.14º58.01%35.49%-
HSV(B)237.14º73.43%56.08%-
XYZ6.624.1226.43-
YUV52.9178.84117.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.96%
GREEN value IS 43 (17.19% from 255) = 19.20%
BLUE value IS 143 (56.25% from 255) = 63.84%
R=16.96%
G=19.20%
B=63.84%

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
Decimal38431430.730.7000.44237.1458.0135.49
Hex262B8F494602Ced3a23
Octal46532171111060543557243
Binary1001101010111000111110010011000110010110011101101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,43,143); }

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

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

 a { background-color: rgb(38,43,143); }

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

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

 span { border-color: rgb(38,43,143); }

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