#35377E

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

Shades of Jacksons Purple #35377E

Tints of Jacksons Purple #35377E

Color information

#35377E (or 0x35377E) is unknown color: approx Jacksons Purple. HEX triplet: 35, 37 and 7E. RGB value is (53,55,126). Sum of RGB (Red+Green+Blue) = 53+55+126=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #35377E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35377E is #CAC881. Grayscale: #3E3E3E. Windows color (decimal): -13289602 or 8271669. OLE color: 8271669.

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

Color convert

RGB5355126-
CMYK0.580.5600.51
HSL238.36º40.78%35.1%-
HSV(B)238.36º57.94%49.41%-
XYZ6.6520.36-
YUV62.5163.84121.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 126 (49.61% from 255) = 53.85%
R=22.65%
G=23.50%
B=53.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53551260.580.5600.51238.3640.7835.1
Hex35377E3A38033ee2923
Octal656717672700633565143
Binary1101011101111111110111010111000011001111101110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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