#434285

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

Shades of Jacksons Purple #434285

Tints of Jacksons Purple #434285

Color information

#434285 (or 0x434285) is unknown color: approx Jacksons Purple. HEX triplet: 43, 42 and 85. RGB value is (67,66,133). Sum of RGB (Red+Green+Blue) = 67+66+133=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #434285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434285 is #BCBD7A. Grayscale: #494949. Windows color (decimal): -12369275 or 8733251. OLE color: 8733251.

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

Color convert

RGB6766133-
CMYK0.500.5000.48
HSL240.9º33.67%39.02%-
HSV(B)240.9º50.38%52.16%-
XYZ8.56.7823.05-
YUV73.94161.33123.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.19%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 133 (52.34% from 255) = 50%
R=25.19%
G=24.81%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67661330.500.5000.48240.933.6739.02
Hex4342853232030f12227
Octal10310220562620603614247
Binary1000011100001010000101110010110010011000011110001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434285; }

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

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

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

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

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

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

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

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