#34337F

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

Shades of Jacksons Purple #34337F

Tints of Jacksons Purple #34337F

Color information

#34337F (or 0x34337F) is unknown color: approx Jacksons Purple. HEX triplet: 34, 33 and 7F. RGB value is (52,51,127). Sum of RGB (Red+Green+Blue) = 52+51+127=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #34337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34337F is #CBCC80. Grayscale: #3B3B3B. Windows color (decimal): -13356161 or 8336180. OLE color: 8336180.

HSL color Cylindrical-coordinate representation of color #34337F: hue angle of 240.79º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34337F is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5251127-
CMYK0.590.6000.50
HSL240.79º42.7%34.9%-
HSV(B)240.79º59.84%49.8%-
XYZ6.434.6320.63-
YUV59.96165.83122.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 127 (50% from 255) = 55.22%
R=22.61%
G=22.17%
B=55.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52511270.590.6000.50240.7942.734.9
Hex34337F3B3C032f12b23
Octal646317773740623615343
Binary1101001100111111111111011111100011001011110001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34337F; }

 p { color: rgb(52,51,127); }

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

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

 a { background-color: rgb(52,51,127); }

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

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

 span { border-color: rgb(52,51,127); }

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