#35387C

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

Shades of Jacksons Purple #35387C

Tints of Jacksons Purple #35387C

Color information

#35387C (or 0x35387C) is unknown color: approx Jacksons Purple. HEX triplet: 35, 38 and 7C. RGB value is (53,56,124). Sum of RGB (Red+Green+Blue) = 53+56+124=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #35387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35387C is #CAC783. Grayscale: #3E3E3E. Windows color (decimal): -13289348 or 8140853. OLE color: 8140853.

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

Color convert

RGB5356124-
CMYK0.570.5500.51
HSL237.46º40.11%34.71%-
HSV(B)237.46º57.26%48.63%-
XYZ6.525.0419.7-
YUV62.86162.51120.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=22.75%
G=24.03%
B=53.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53561240.570.5500.51237.4640.1134.71
Hex35387C3937033ed2823
Octal657017471670633555043
Binary1101011110001111100111001110111011001111101101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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