#353894

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

Shades of Jacksons Purple #353894

Tints of Jacksons Purple #353894

Color information

#353894 (or 0x353894) is unknown color: approx Jacksons Purple. HEX triplet: 35, 38 and 94. RGB value is (53,56,148). Sum of RGB (Red+Green+Blue) = 53+56+148=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #353894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353894 is #CAC76B. Grayscale: #414141. Windows color (decimal): -13289324 or 9713717. OLE color: 9713717.

HSL color Cylindrical-coordinate representation of color #353894: hue angle of 238.11º 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 #353894 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5356148-
CMYK0.640.6200.42
HSL238.11º47.26%39.41%-
HSV(B)238.11º64.19%58.04%-
XYZ8.235.7228.69-
YUV65.59174.51119.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 148 (58.20% from 255) = 57.59%
R=20.62%
G=21.79%
B=57.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53561480.640.6200.42238.1147.2639.41
Hex353894403E02Aee2f27
Octal6570224100760523565747
Binary110101111000100101001000000111110010101011101110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353894; }

 p { color: rgb(53,56,148); }

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

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

 a { background-color: rgb(53,56,148); }

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

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

 span { border-color: rgb(53,56,148); }

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