#35348B

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

Shades of Jacksons Purple #35348B

Tints of Jacksons Purple #35348B

Color information

#35348B (or 0x35348B) is unknown color: approx Jacksons Purple. HEX triplet: 35, 34 and 8B. RGB value is (53,52,139). Sum of RGB (Red+Green+Blue) = 53+52+139=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #35348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35348B is #CACB74. Grayscale: #3D3D3D. Windows color (decimal): -13290357 or 9122869. OLE color: 9122869.

HSL color Cylindrical-coordinate representation of color #35348B: hue angle of 240.69º 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 #35348B is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5352139-
CMYK0.620.6300.45
HSL240.69º45.55%37.45%-
HSV(B)240.69º62.59%54.51%-
XYZ7.365.0825.02-
YUV62.22171.33121.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 139 (54.69% from 255) = 56.97%
R=21.72%
G=21.31%
B=56.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53521390.620.6300.45240.6945.5537.45
Hex35348B3E3F02Df12e25
Octal656421376770553615645
Binary11010111010010001011111110111111010110111110001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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