#35398B

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

Shades of Jacksons Purple #35398B

Tints of Jacksons Purple #35398B

Color information

#35398B (or 0x35398B) is unknown color: approx Jacksons Purple. HEX triplet: 35, 39 and 8B. RGB value is (53,57,139). Sum of RGB (Red+Green+Blue) = 53+57+139=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #35398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35398B is #CAC674. Grayscale: #404040. Windows color (decimal): -13289077 or 9124149. OLE color: 9124149.

HSL color Cylindrical-coordinate representation of color #35398B: hue angle of 237.21º 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 #35398B is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5357139-
CMYK0.620.5900.45
HSL237.21º44.79%37.65%-
HSV(B)237.21º61.87%54.51%-
XYZ7.595.5525.1-
YUV65.15169.67119.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=21.29%
G=22.89%
B=55.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53571390.620.5900.45237.2144.7937.65
Hex35398B3E3B02Ded2d26
Octal657121376730553555546
Binary11010111100110001011111110111011010110111101101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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