#35397E

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

Shades of Jacksons Purple #35397E

Tints of Jacksons Purple #35397E

Color information

#35397E (or 0x35397E) is unknown color: approx Jacksons Purple. HEX triplet: 35, 39 and 7E. RGB value is (53,57,126). Sum of RGB (Red+Green+Blue) = 53+57+126=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #35397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35397E is #CAC681. Grayscale: #3F3F3F. Windows color (decimal): -13289090 or 8272181. OLE color: 8272181.

HSL color Cylindrical-coordinate representation of color #35397E: hue angle of 236.71º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35397E is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5357126-
CMYK0.580.5500.51
HSL236.71º40.78%35.1%-
HSV(B)236.71º57.94%49.41%-
XYZ6.75.1920.39-
YUV63.67163.17120.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 126 (49.61% from 255) = 53.39%
R=22.46%
G=24.15%
B=53.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53571260.580.5500.51236.7140.7835.1
Hex35397E3A37033ed2923
Octal657117672670633555143
Binary1101011110011111110111010110111011001111101101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35397E; }

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

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

<style>
 a { background-color: #35397E; }

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

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

<style>
 span { border-color: #35397E; }

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

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