#34327D

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

Shades of Jacksons Purple #34327D

Tints of Jacksons Purple #34327D

Color information

#34327D (or 0x34327D) is unknown color: approx Jacksons Purple. HEX triplet: 34, 32 and 7D. RGB value is (52,50,125). Sum of RGB (Red+Green+Blue) = 52+50+125=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #34327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34327D is #CBCD82. Grayscale: #3A3A3A. Windows color (decimal): -13356419 or 8204852. OLE color: 8204852.

HSL color Cylindrical-coordinate representation of color #34327D: hue angle of 241.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34327D is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5250125-
CMYK0.580.6000.51
HSL241.6º42.86%34.31%-
HSV(B)241.6º60%49.02%-
XYZ6.264.4919.94-
YUV59.15165.16122.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 125 (49.22% from 255) = 55.07%
R=22.91%
G=22.03%
B=55.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52501250.580.6000.51241.642.8634.31
Hex34327D3A3C033f22b22
Octal646217572740633625342
Binary1101001100101111101111010111100011001111110010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34327D; }

 p { color: rgb(52,50,125); }

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

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

 a { background-color: rgb(52,50,125); }

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

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

 span { border-color: rgb(52,50,125); }

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