#35377F

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

Shades of Jacksons Purple #35377F

Tints of Jacksons Purple #35377F

Color information

#35377F (or 0x35377F) is unknown color: approx Jacksons Purple. HEX triplet: 35, 37 and 7F. RGB value is (53,55,127). Sum of RGB (Red+Green+Blue) = 53+55+127=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #35377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35377F is #CAC880. Grayscale: #3E3E3E. Windows color (decimal): -13289601 or 8337205. OLE color: 8337205.

HSL color Cylindrical-coordinate representation of color #35377F: hue angle of 238.38º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35377F is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5355127-
CMYK0.580.5700.50
HSL238.38º41.11%35.29%-
HSV(B)238.38º58.27%49.8%-
XYZ6.675.0220.7-
YUV62.61164.34121.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 127 (50% from 255) = 54.04%
R=22.55%
G=23.40%
B=54.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53551270.580.5700.50238.3841.1135.29
Hex35377F3A39032ee2923
Octal656717772710623565143
Binary1101011101111111111111010111001011001011101110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35377F; }

 p { color: rgb(53,55,127); }

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

<style>
 a { background-color: #35377F; }

 a { background-color: rgb(53,55,127); }

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

<style>
 span { border-color: #35377F; }

 span { border-color: rgb(53,55,127); }

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