#353E93

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

Shades of Jacksons Purple #353E93

Tints of Jacksons Purple #353E93

Color information

#353E93 (or 0x353E93) is unknown color: approx Jacksons Purple. HEX triplet: 35, 3E and 93. RGB value is (53,62,147). Sum of RGB (Red+Green+Blue) = 53+62+147=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #353E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353E93 is #CAC16C. Grayscale: #444444. Windows color (decimal): -13287789 or 9649717. OLE color: 9649717.

HSL color Cylindrical-coordinate representation of color #353E93: hue angle of 234.26º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353E93 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5362147-
CMYK0.640.5800.42
HSL234.26º47%39.22%-
HSV(B)234.26º63.95%57.65%-
XYZ8.466.3128.38-
YUV69172.02116.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 62 (24.61% from 255) = 23.66%
BLUE value IS 147 (57.81% from 255) = 56.11%
R=20.23%
G=23.66%
B=56.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53621470.640.5800.42234.264739.22
Hex353E93403A02Aea2f27
Octal6576223100720523525747
Binary110101111110100100111000000111010010101011101010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353E93; }

 p { color: rgb(53,62,147); }

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

<style>
 a { background-color: #353E93; }

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

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

<style>
 span { border-color: #353E93; }

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

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