#35338A

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

Shades of Jacksons Purple #35338A

Tints of Jacksons Purple #35338A

Color information

#35338A (or 0x35338A) is unknown color: approx Jacksons Purple. HEX triplet: 35, 33 and 8A. RGB value is (53,51,138). Sum of RGB (Red+Green+Blue) = 53+51+138=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #35338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35338A is #CACC75. Grayscale: #3D3D3D. Windows color (decimal): -13290614 or 9057077. OLE color: 9057077.

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

Color convert

RGB5351138-
CMYK0.620.6300.46
HSL241.38º46.03%37.06%-
HSV(B)241.38º63.04%54.12%-
XYZ7.244.9624.62-
YUV61.52171.16121.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 138 (54.30% from 255) = 57.02%
R=21.90%
G=21.07%
B=57.02%

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
Decimal53511380.620.6300.46241.3846.0337.06
Hex35338A3E3F02Ef12e25
Octal656321276770563615645
Binary11010111001110001010111110111111010111011110001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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