#35358A

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

Shades of Jacksons Purple #35358A

Tints of Jacksons Purple #35358A

Color information

#35358A (or 0x35358A) is unknown color: approx Jacksons Purple. HEX triplet: 35, 35 and 8A. RGB value is (53,53,138). Sum of RGB (Red+Green+Blue) = 53+53+138=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #35358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35358A is #CACA75. Grayscale: #3E3E3E. Windows color (decimal): -13290102 or 9057589. OLE color: 9057589.

HSL color Cylindrical-coordinate representation of color #35358A: hue angle of 240º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35358A is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5353138-
CMYK0.620.6200.46
HSL240º44.5%37.45%-
HSV(B)240º61.59%54.12%-
XYZ7.335.1424.65-
YUV62.69170.5121.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 138 (54.30% from 255) = 56.56%
R=21.72%
G=21.72%
B=56.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53531380.620.6200.4624044.537.45
Hex35358A3E3E02Ef02d25
Octal656521276760563605545
Binary11010111010110001010111110111110010111011110000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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