#434985

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

Shades of Jacksons Purple #434985

Tints of Jacksons Purple #434985

Color information

#434985 (or 0x434985) is unknown color: approx Jacksons Purple. HEX triplet: 43, 49 and 85. RGB value is (67,73,133). Sum of RGB (Red+Green+Blue) = 67+73+133=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #434985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434985 is #BCB67A. Grayscale: #4D4D4D. Windows color (decimal): -12367483 or 8735043. OLE color: 8735043.

HSL color Cylindrical-coordinate representation of color #434985: hue angle of 234.55º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #434985 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6773133-
CMYK0.500.4500.48
HSL234.55º33%39.22%-
HSV(B)234.55º49.62%52.16%-
XYZ8.937.6523.2-
YUV78.05159.01120.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.54%
GREEN value IS 73 (28.91% from 255) = 26.74%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=24.54%
G=26.74%
B=48.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67731330.500.4500.48234.553339.22
Hex434985322D030eb2127
Octal10311120562550603534147
Binary1000011100100110000101110010101101011000011101011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434985; }

 p { color: rgb(67,73,133); }

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

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

 a { background-color: rgb(67,73,133); }

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

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

 span { border-color: rgb(67,73,133); }

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