#34388D

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

Shades of Jacksons Purple #34388D

Tints of Jacksons Purple #34388D

Color information

#34388D (or 0x34388D) is unknown color: approx Jacksons Purple. HEX triplet: 34, 38 and 8D. RGB value is (52,56,141). Sum of RGB (Red+Green+Blue) = 52+56+141=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #34388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34388D is #CBC772. Grayscale: #404040. Windows color (decimal): -13354867 or 9254964. OLE color: 9254964.

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

Color convert

RGB5256141-
CMYK0.630.6000.45
HSL237.3º46.11%37.84%-
HSV(B)237.3º63.12%55.29%-
XYZ7.645.4825.85-
YUV64.49171.17119.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 141 (55.47% from 255) = 56.63%
R=20.88%
G=22.49%
B=56.63%

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
Decimal52561410.630.6000.45237.346.1137.84
Hex34388D3F3C02Ded2e26
Octal647021577740553555646
Binary11010011100010001101111111111100010110111101101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,56,141); }

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

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

 a { background-color: rgb(52,56,141); }

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

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

 span { border-color: rgb(52,56,141); }

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