#35398E

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

Shades of Jacksons Purple #35398E

Tints of Jacksons Purple #35398E

Color information

#35398E (or 0x35398E) is unknown color: approx Jacksons Purple. HEX triplet: 35, 39 and 8E. RGB value is (53,57,142). Sum of RGB (Red+Green+Blue) = 53+57+142=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #35398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35398E is #CAC671. Grayscale: #414141. Windows color (decimal): -13289074 or 9320757. OLE color: 9320757.

HSL color Cylindrical-coordinate representation of color #35398E: hue angle of 237.3º 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 #35398E is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5357142-
CMYK0.630.6000.44
HSL237.3º45.64%38.24%-
HSV(B)237.3º62.68%55.69%-
XYZ7.815.6426.27-
YUV65.49171.17119.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 142 (55.86% from 255) = 56.35%
R=21.03%
G=22.62%
B=56.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53571420.630.6000.44237.345.6438.24
Hex35398E3F3C02Ced2e26
Octal657121677740543555646
Binary11010111100110001110111111111100010110011101101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,57,142); }

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

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

 a { background-color: rgb(53,57,142); }

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

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

 span { border-color: rgb(53,57,142); }

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