#35398C

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

Shades of Jacksons Purple #35398C

Tints of Jacksons Purple #35398C

Color information

#35398C (or 0x35398C) is unknown color: approx Jacksons Purple. HEX triplet: 35, 39 and 8C. RGB value is (53,57,140). Sum of RGB (Red+Green+Blue) = 53+57+140=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #35398C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35398C is #CAC673. Grayscale: #404040. Windows color (decimal): -13289076 or 9189685. OLE color: 9189685.

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

Color convert

RGB5357140-
CMYK0.620.5900.45
HSL237.24º45.08%37.84%-
HSV(B)237.24º62.14%54.9%-
XYZ7.665.5825.48-
YUV65.27170.17119.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.2%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 140 (55.08% from 255) = 56%
R=21.2%
G=22.8%
B=56%

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
Decimal53571400.620.5900.45237.2445.0837.84
Hex35398C3E3B02Ded2d26
Octal657121476730553555546
Binary11010111100110001100111110111011010110111101101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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