#35367A

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

Shades of Jacksons Purple #35367A

Tints of Jacksons Purple #35367A

Color information

#35367A (or 0x35367A) is unknown color: approx Jacksons Purple. HEX triplet: 35, 36 and 7A. RGB value is (53,54,122). Sum of RGB (Red+Green+Blue) = 53+54+122=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #35367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35367A is #CAC985. Grayscale: #3D3D3D. Windows color (decimal): -13289862 or 8009269. OLE color: 8009269.

HSL color Cylindrical-coordinate representation of color #35367A: hue angle of 239.13º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35367A is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5354122-
CMYK0.570.5600.52
HSL239.13º39.43%34.31%-
HSV(B)239.13º56.56%47.84%-
XYZ6.34.819.01-
YUV61.45162.17121.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 122 (48.05% from 255) = 53.28%
R=23.14%
G=23.58%
B=53.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53541220.570.5600.52239.1339.4334.31
Hex35367A3938034ef2722
Octal656617271700643574742
Binary1101011101101111010111001111000011010011101111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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