#35338C

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

Shades of Jacksons Purple #35338C

Tints of Jacksons Purple #35338C

Color information

#35338C (or 0x35338C) is unknown color: approx Jacksons Purple. HEX triplet: 35, 33 and 8C. RGB value is (53,51,140). Sum of RGB (Red+Green+Blue) = 53+51+140=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #35338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35338C is #CACC73. Grayscale: #3D3D3D. Windows color (decimal): -13290612 or 9188149. OLE color: 9188149.

HSL color Cylindrical-coordinate representation of color #35338C: hue angle of 241.35º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35338C is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5351140-
CMYK0.620.6400.45
HSL241.35º46.6%37.45%-
HSV(B)241.35º63.57%54.9%-
XYZ7.395.0225.39-
YUV61.74172.16121.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 140 (55.08% from 255) = 57.38%
R=21.72%
G=20.90%
B=57.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53511400.620.6400.45241.3546.637.45
Hex35338C3E4002Df12f25
Octal6563214761000553615745
Binary110101110011100011001111101000000010110111110001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35338C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35338C; }

 p { color: rgb(53,51,140); }

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

<style>
 a { background-color: #35338C; }

 a { background-color: rgb(53,51,140); }

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

<style>
 span { border-color: #35338C; }

 span { border-color: rgb(53,51,140); }

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