#35317B

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

Shades of Jacksons Purple #35317B

Tints of Jacksons Purple #35317B

Color information

#35317B (or 0x35317B) is unknown color: approx Jacksons Purple. HEX triplet: 35, 31 and 7B. RGB value is (53,49,123). Sum of RGB (Red+Green+Blue) = 53+49+123=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #35317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35317B is #CACE84. Grayscale: #3A3A3A. Windows color (decimal): -13291141 or 8073525. OLE color: 8073525.

HSL color Cylindrical-coordinate representation of color #35317B: hue angle of 243.24º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35317B is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5349123-
CMYK0.570.6000.52
HSL243.24º43.02%33.73%-
HSV(B)243.24º60.16%48.24%-
XYZ6.144.3819.26-
YUV58.63164.33123.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 123 (48.44% from 255) = 54.67%
R=23.56%
G=21.78%
B=54.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53491230.570.6000.52243.2443.0233.73
Hex35317B393C034f32b22
Octal656117371740643635342
Binary1101011100011111011111001111100011010011110011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,49,123); }

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

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

 a { background-color: rgb(53,49,123); }

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

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

 span { border-color: rgb(53,49,123); }

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