#35378B

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

Shades of Jacksons Purple #35378B

Tints of Jacksons Purple #35378B

Color information

#35378B (or 0x35378B) is unknown color: approx Jacksons Purple. HEX triplet: 35, 37 and 8B. RGB value is (53,55,139). Sum of RGB (Red+Green+Blue) = 53+55+139=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #35378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35378B is #CAC874. Grayscale: #3F3F3F. Windows color (decimal): -13289589 or 9123637. OLE color: 9123637.

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

Color convert

RGB5355139-
CMYK0.620.6000.45
HSL238.6º44.79%37.65%-
HSV(B)238.6º61.87%54.51%-
XYZ7.495.3525.06-
YUV63.98170.34120.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 55 (21.88% from 255) = 22.27%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=21.46%
G=22.27%
B=56.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53551390.620.6000.45238.644.7937.65
Hex35378B3E3C02Def2d26
Octal656721376740553575546
Binary11010111011110001011111110111100010110111101111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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