#434581

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

Shades of Jacksons Purple #434581

Tints of Jacksons Purple #434581

Color information

#434581 (or 0x434581) is unknown color: approx Jacksons Purple. HEX triplet: 43, 45 and 81. RGB value is (67,69,129). Sum of RGB (Red+Green+Blue) = 67+69+129=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #434581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434581 is #BCBA7E. Grayscale: #4B4B4B. Windows color (decimal): -12368511 or 8471875. OLE color: 8471875.

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

Color convert

RGB6769129-
CMYK0.480.4700.49
HSL238.06º31.63%38.43%-
HSV(B)238.06º48.06%50.59%-
XYZ8.417.0321.68-
YUV75.24158.34122.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.28%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 129 (50.78% from 255) = 48.68%
R=25.28%
G=26.04%
B=48.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67691290.480.4700.49238.0631.6338.43
Hex434581302F031ee2026
Octal10310520160570613564046
Binary1000011100010110000001110000101111011000111101110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434581; }

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

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

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

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

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

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

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

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