#34338A

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

Shades of Jacksons Purple #34338A

Tints of Jacksons Purple #34338A

Color information

#34338A (or 0x34338A) is unknown color: approx Jacksons Purple. HEX triplet: 34, 33 and 8A. RGB value is (52,51,138). Sum of RGB (Red+Green+Blue) = 52+51+138=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #34338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34338A is #CBCC75. Grayscale: #3C3C3C. Windows color (decimal): -13356150 or 9057076. OLE color: 9057076.

HSL color Cylindrical-coordinate representation of color #34338A: hue angle of 240.69º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34338A is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5251138-
CMYK0.620.6300.46
HSL240.69º46.03%37.06%-
HSV(B)240.69º63.04%54.12%-
XYZ7.194.9324.62-
YUV61.22171.33121.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 138 (54.30% from 255) = 57.26%
R=21.58%
G=21.16%
B=57.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52511380.620.6300.46240.6946.0337.06
Hex34338A3E3F02Ef12e25
Octal646321276770563615645
Binary11010011001110001010111110111111010111011110001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34338A; }

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

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

<style>
 a { background-color: #34338A; }

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

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

<style>
 span { border-color: #34338A; }

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

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