#424483

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

Shades of Jacksons Purple #424483

Tints of Jacksons Purple #424483

Color information

#424483 (or 0x424483) is unknown color: approx Jacksons Purple. HEX triplet: 42, 44 and 83. RGB value is (66,68,131). Sum of RGB (Red+Green+Blue) = 66+68+131=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #424483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424483 is #BDBB7C. Grayscale: #4A4A4A. Windows color (decimal): -12434301 or 8602690. OLE color: 8602690.

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

Color convert

RGB6668131-
CMYK0.500.4800.49
HSL238.15º32.99%38.63%-
HSV(B)238.15º49.62%51.37%-
XYZ8.416.9322.37-
YUV74.58159.84121.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 131 (51.56% from 255) = 49.43%
R=24.91%
G=25.66%
B=49.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66681310.500.4800.49238.1532.9938.63
Hex4244833230031ee2127
Octal10210420362600613564147
Binary1000010100010010000011110010110000011000111101110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424483; }

 p { color: rgb(66,68,131); }

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

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

 a { background-color: rgb(66,68,131); }

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

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

 span { border-color: rgb(66,68,131); }

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