#434381

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

Shades of Jacksons Purple #434381

Tints of Jacksons Purple #434381

Color information

#434381 (or 0x434381) is unknown color: approx Jacksons Purple. HEX triplet: 43, 43 and 81. RGB value is (67,67,129). Sum of RGB (Red+Green+Blue) = 67+67+129=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #434381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434381 is #BCBC7E. Grayscale: #494949. Windows color (decimal): -12369023 or 8471363. OLE color: 8471363.

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

Color convert

RGB6767129-
CMYK0.480.4800.49
HSL240º31.63%38.43%-
HSV(B)240º48.06%50.59%-
XYZ8.286.7921.64-
YUV74.07159122.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.48%
GREEN value IS 67 (26.56% from 255) = 25.48%
BLUE value IS 129 (50.78% from 255) = 49.05%
R=25.48%
G=25.48%
B=49.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67671290.480.4800.4924031.6338.43
Hex4343813030031f02026
Octal10310320160600613604046
Binary1000011100001110000001110000110000011000111110000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434381; }

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

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

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

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

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

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

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

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