#434886

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

Shades of Jacksons Purple #434886

Tints of Jacksons Purple #434886

Color information

#434886 (or 0x434886) is unknown color: approx Jacksons Purple. HEX triplet: 43, 48 and 86. RGB value is (67,72,134). Sum of RGB (Red+Green+Blue) = 67+72+134=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #434886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434886 is #BCB779. Grayscale: #4D4D4D. Windows color (decimal): -12367738 or 8800323. OLE color: 8800323.

HSL color Cylindrical-coordinate representation of color #434886: hue angle of 235.52º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #434886 is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6772134-
CMYK0.50.4600.47
HSL235.52º33.33%39.41%-
HSV(B)235.52º50%52.55%-
XYZ8.947.5523.54-
YUV77.57159.84120.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.54%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 134 (52.73% from 255) = 49.08%
R=24.54%
G=26.37%
B=49.08%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67721340.50.4600.47235.5233.3339.41
Hex434886322E02Fec2127
Octal10311020662560573544147
Binary1000011100100010000110110010101110010111111101100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434886; }

 p { color: rgb(67,72,134); }

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

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

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

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

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

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

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