#35347B

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

Shades of Jacksons Purple #35347B

Tints of Jacksons Purple #35347B

Color information

#35347B (or 0x35347B) is unknown color: approx Jacksons Purple. HEX triplet: 35, 34 and 7B. RGB value is (53,52,123). Sum of RGB (Red+Green+Blue) = 53+52+123=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #35347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35347B is #CACB84. Grayscale: #3C3C3C. Windows color (decimal): -13290373 or 8074293. OLE color: 8074293.

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

Color convert

RGB5352123-
CMYK0.570.5800.52
HSL240.85º40.57%34.31%-
HSV(B)240.85º57.72%48.24%-
XYZ6.274.6419.3-
YUV60.39163.33122.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 52 (20.70% from 255) = 22.81%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=23.25%
G=22.81%
B=53.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53521230.570.5800.52240.8540.5734.31
Hex35347B393A034f12922
Octal656417371720643615142
Binary1101011101001111011111001111010011010011110001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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