#34388E

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

Shades of Jacksons Purple #34388E

Tints of Jacksons Purple #34388E

Color information

#34388E (or 0x34388E) is unknown color: approx Jacksons Purple. HEX triplet: 34, 38 and 8E. RGB value is (52,56,142). Sum of RGB (Red+Green+Blue) = 52+56+142=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #34388E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34388E is #CBC771. Grayscale: #404040. Windows color (decimal): -13354866 or 9320500. OLE color: 9320500.

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

Color convert

RGB5256142-
CMYK0.630.6100.44
HSL237.33º46.39%38.04%-
HSV(B)237.33º63.38%55.69%-
XYZ7.715.5126.25-
YUV64.61171.67119.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 142 (55.86% from 255) = 56.8%
R=20.8%
G=22.4%
B=56.8%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52561420.630.6100.44237.3346.3938.04
Hex34388E3F3D02Ced2e26
Octal647021677750543555646
Binary11010011100010001110111111111101010110011101101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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