#434781

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

Shades of Jacksons Purple #434781

Tints of Jacksons Purple #434781

Color information

#434781 (or 0x434781) is unknown color: approx Jacksons Purple. HEX triplet: 43, 47 and 81. RGB value is (67,71,129). Sum of RGB (Red+Green+Blue) = 67+71+129=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #434781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434781 is #BCB87E. Grayscale: #4C4C4C. Windows color (decimal): -12367999 or 8472387. OLE color: 8472387.

HSL color Cylindrical-coordinate representation of color #434781: hue angle of 236.13º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #434781 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6771129-
CMYK0.480.4500.49
HSL236.13º31.63%38.43%-
HSV(B)236.13º48.06%50.59%-
XYZ8.537.2821.73-
YUV76.42157.67121.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.09%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 129 (50.78% from 255) = 48.31%
R=25.09%
G=26.59%
B=48.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67711290.480.4500.49236.1331.6338.43
Hex434781302D031ec2026
Octal10310720160550613544046
Binary1000011100011110000001110000101101011000111101100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434781; }

 p { color: rgb(67,71,129); }

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

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

 a { background-color: rgb(67,71,129); }

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

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

 span { border-color: rgb(67,71,129); }

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