#334086

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

Shades of Jacksons Purple #334086

Tints of Jacksons Purple #334086

Color information

#334086 (or 0x334086) is unknown color: approx Jacksons Purple. HEX triplet: 33, 40 and 86. RGB value is (51,64,134). Sum of RGB (Red+Green+Blue) = 51+64+134=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #334086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334086 is #CCBF79. Grayscale: #434343. Windows color (decimal): -13418362 or 8798259. OLE color: 8798259.

HSL color Cylindrical-coordinate representation of color #334086: hue angle of 230.6º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334086 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5164134-
CMYK0.620.5200.47
HSL230.6º44.86%36.27%-
HSV(B)230.6º61.94%52.55%-
XYZ7.56.0923.33-
YUV68.09165.19115.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 134 (52.73% from 255) = 53.82%
R=20.48%
G=25.70%
B=53.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51641340.620.5200.47230.644.8636.27
Hex3340863E3402Fe72d24
Octal6310020676640573475544
Binary110011100000010000110111110110100010111111100111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334086; }

 p { color: rgb(51,64,134); }

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

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

 a { background-color: rgb(51,64,134); }

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

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

 span { border-color: rgb(51,64,134); }

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