#35367D

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

Shades of Jacksons Purple #35367D

Tints of Jacksons Purple #35367D

Color information

#35367D (or 0x35367D) is unknown color: approx Jacksons Purple. HEX triplet: 35, 36 and 7D. RGB value is (53,54,125). Sum of RGB (Red+Green+Blue) = 53+54+125=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #35367D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35367D is #CAC982. Grayscale: #3D3D3D. Windows color (decimal): -13289859 or 8205877. OLE color: 8205877.

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

Color convert

RGB5354125-
CMYK0.580.5700.51
HSL239.17º40.45%34.9%-
HSV(B)239.17º57.6%49.02%-
XYZ6.494.8820-
YUV61.79163.67121.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 125 (49.22% from 255) = 53.88%
R=22.84%
G=23.28%
B=53.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53541250.580.5700.51239.1740.4534.9
Hex35367D3A39033ef2823
Octal656617572710633575043
Binary1101011101101111101111010111001011001111101111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35367D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35367D; }

 p { color: rgb(53,54,125); }

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

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

 a { background-color: rgb(53,54,125); }

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

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

 span { border-color: rgb(53,54,125); }

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