#35368B

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

Shades of Jacksons Purple #35368B

Tints of Jacksons Purple #35368B

Color information

#35368B (or 0x35368B) is unknown color: approx Jacksons Purple. HEX triplet: 35, 36 and 8B. RGB value is (53,54,139). Sum of RGB (Red+Green+Blue) = 53+54+139=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #35368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35368B is #CAC974. Grayscale: #3F3F3F. Windows color (decimal): -13289845 or 9123381. OLE color: 9123381.

HSL color Cylindrical-coordinate representation of color #35368B: hue angle of 239.3º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35368B is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5354139-
CMYK0.620.6100.45
HSL239.3º44.79%37.65%-
HSV(B)239.3º61.87%54.51%-
XYZ7.455.2625.05-
YUV63.39170.67120.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=21.54%
G=21.95%
B=56.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53541390.620.6100.45239.344.7937.65
Hex35368B3E3D02Def2d26
Octal656621376750553575546
Binary11010111011010001011111110111101010110111101111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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