#434484

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

Shades of Jacksons Purple #434484

Tints of Jacksons Purple #434484

Color information

#434484 (or 0x434484) is unknown color: approx Jacksons Purple. HEX triplet: 43, 44 and 84. RGB value is (67,68,132). Sum of RGB (Red+Green+Blue) = 67+68+132=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #434484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434484 is #BCBB7B. Grayscale: #4A4A4A. Windows color (decimal): -12368764 or 8668227. OLE color: 8668227.

HSL color Cylindrical-coordinate representation of color #434484: hue angle of 239.08º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #434484 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6768132-
CMYK0.490.4800.48
HSL239.08º32.66%39.02%-
HSV(B)239.08º49.24%51.76%-
XYZ8.556.9922.73-
YUV75160.17122.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.09%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 132 (51.95% from 255) = 49.44%
R=25.09%
G=25.47%
B=49.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67681320.490.4800.48239.0832.6639.02
Hex4344843130030ef2127
Octal10310420461600603574147
Binary1000011100010010000100110001110000011000011101111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434484; }

 p { color: rgb(67,68,132); }

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

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

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

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

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

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

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