#35327D

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

Shades of Jacksons Purple #35327D

Tints of Jacksons Purple #35327D

Color information

#35327D (or 0x35327D) is unknown color: approx Jacksons Purple. HEX triplet: 35, 32 and 7D. RGB value is (53,50,125). Sum of RGB (Red+Green+Blue) = 53+50+125=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #35327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35327D is #CACD82. Grayscale: #3B3B3B. Windows color (decimal): -13290883 or 8204853. OLE color: 8204853.

HSL color Cylindrical-coordinate representation of color #35327D: hue angle of 242.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35327D is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5350125-
CMYK0.580.6000.51
HSL242.4º42.86%34.31%-
HSV(B)242.4º60%49.02%-
XYZ6.314.5219.94-
YUV59.45164.99123.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 125 (49.22% from 255) = 54.82%
R=23.25%
G=21.93%
B=54.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53501250.580.6000.51242.442.8634.31
Hex35327D3A3C033f22b22
Octal656217572740633625342
Binary1101011100101111101111010111100011001111110010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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