#35337F

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

Shades of Jacksons Purple #35337F

Tints of Jacksons Purple #35337F

Color information

#35337F (or 0x35337F) is unknown color: approx Jacksons Purple. HEX triplet: 35, 33 and 7F. RGB value is (53,51,127). Sum of RGB (Red+Green+Blue) = 53+51+127=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #35337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35337F is #CACC80. Grayscale: #3B3B3B. Windows color (decimal): -13290625 or 8336181. OLE color: 8336181.

HSL color Cylindrical-coordinate representation of color #35337F: hue angle of 241.58º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35337F is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5351127-
CMYK0.580.6000.50
HSL241.58º42.7%34.9%-
HSV(B)241.58º59.84%49.8%-
XYZ6.484.6620.64-
YUV60.26165.66122.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 127 (50% from 255) = 54.98%
R=22.94%
G=22.08%
B=54.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53511270.580.6000.50241.5842.734.9
Hex35337F3A3C032f22b23
Octal656317772740623625343
Binary1101011100111111111111010111100011001011110010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35337F; }

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

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

<style>
 a { background-color: #35337F; }

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

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

<style>
 span { border-color: #35337F; }

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

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