#334088

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

Shades of Jacksons Purple #334088

Tints of Jacksons Purple #334088

Color information

#334088 (or 0x334088) is unknown color: approx Jacksons Purple. HEX triplet: 33, 40 and 88. RGB value is (51,64,136). Sum of RGB (Red+Green+Blue) = 51+64+136=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #334088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334088 is #CCBF77. Grayscale: #444444. Windows color (decimal): -13418360 or 8929331. OLE color: 8929331.

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

Color convert

RGB5164136-
CMYK0.620.5300.47
HSL230.82º45.45%36.67%-
HSV(B)230.82º62.5%53.33%-
XYZ7.646.1524.08-
YUV68.32166.19115.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 136 (53.52% from 255) = 54.18%
R=20.32%
G=25.50%
B=54.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51641360.620.5300.47230.8245.4536.67
Hex3340883E3502Fe72d25
Octal6310021076650573475545
Binary110011100000010001000111110110101010111111100111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334088; }

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

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

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

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

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

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

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

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