#434485

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

Shades of Jacksons Purple #434485

Tints of Jacksons Purple #434485

Color information

#434485 (or 0x434485) is unknown color: approx Jacksons Purple. HEX triplet: 43, 44 and 85. RGB value is (67,68,133). Sum of RGB (Red+Green+Blue) = 67+68+133=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #434485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434485 is #BCBB7A. Grayscale: #4A4A4A. Windows color (decimal): -12368763 or 8733763. OLE color: 8733763.

HSL color Cylindrical-coordinate representation of color #434485: hue angle of 239.09º 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 #434485 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6768133-
CMYK0.500.4900.48
HSL239.09º33%39.22%-
HSV(B)239.09º49.62%52.16%-
XYZ8.627.0223.09-
YUV75.11160.67122.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 133 (52.34% from 255) = 49.63%
R=25%
G=25.37%
B=49.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67681330.500.4900.48239.093339.22
Hex4344853231030ef2127
Octal10310420562610603574147
Binary1000011100010010000101110010110001011000011101111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434485; }

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

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

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

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

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

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

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

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