#434282

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

Shades of Jacksons Purple #434282

Tints of Jacksons Purple #434282

Color information

#434282 (or 0x434282) is unknown color: approx Jacksons Purple. HEX triplet: 43, 42 and 82. RGB value is (67,66,130). Sum of RGB (Red+Green+Blue) = 67+66+130=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #434282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434282 is #BCBD7D. Grayscale: #494949. Windows color (decimal): -12369278 or 8536643. OLE color: 8536643.

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

Color convert

RGB6766130-
CMYK0.480.4900.49
HSL240.94º32.65%38.43%-
HSV(B)240.94º49.23%50.98%-
XYZ8.296.721.98-
YUV73.6159.83123.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.48%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=25.48%
G=25.10%
B=49.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67661300.480.4900.49240.9432.6538.43
Hex4342823031031f12126
Octal10310220260610613614146
Binary1000011100001010000010110000110001011000111110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434282; }

 p { color: rgb(67,66,130); }

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

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

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

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

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

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

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