#35368A

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

Shades of Jacksons Purple #35368A

Tints of Jacksons Purple #35368A

Color information

#35368A (or 0x35368A) is unknown color: approx Jacksons Purple. HEX triplet: 35, 36 and 8A. RGB value is (53,54,138). Sum of RGB (Red+Green+Blue) = 53+54+138=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #35368A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35368A is #CAC975. Grayscale: #3E3E3E. Windows color (decimal): -13289846 or 9057845. OLE color: 9057845.

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

Color convert

RGB5354138-
CMYK0.620.6100.46
HSL239.29º44.5%37.45%-
HSV(B)239.29º61.59%54.12%-
XYZ7.375.2324.67-
YUV63.28170.17120.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=21.63%
G=22.04%
B=56.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53541380.620.6100.46239.2944.537.45
Hex35368A3E3D02Eef2d25
Octal656621276750563575545
Binary11010111011010001010111110111101010111011101111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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