#34378B

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

Shades of Jacksons Purple #34378B

Tints of Jacksons Purple #34378B

Color information

#34378B (or 0x34378B) is unknown color: approx Jacksons Purple. HEX triplet: 34, 37 and 8B. RGB value is (52,55,139). Sum of RGB (Red+Green+Blue) = 52+55+139=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #34378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34378B is #CBC874. Grayscale: #3F3F3F. Windows color (decimal): -13355125 or 9123636. OLE color: 9123636.

HSL color Cylindrical-coordinate representation of color #34378B: hue angle of 237.93º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34378B is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5255139-
CMYK0.630.6000.45
HSL237.93º45.55%37.45%-
HSV(B)237.93º62.59%54.51%-
XYZ7.445.3325.06-
YUV63.68170.51119.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=21.14%
G=22.36%
B=56.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52551390.630.6000.45237.9345.5537.45
Hex34378B3F3C02Dee2e25
Octal646721377740553565645
Binary11010011011110001011111111111100010110111101110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34378B; }

 p { color: rgb(52,55,139); }

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

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

 a { background-color: rgb(52,55,139); }

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

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

 span { border-color: rgb(52,55,139); }

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