#424983

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

Shades of Jacksons Purple #424983

Tints of Jacksons Purple #424983

Color information

#424983 (or 0x424983) is unknown color: approx Jacksons Purple. HEX triplet: 42, 49 and 83. RGB value is (66,73,131). Sum of RGB (Red+Green+Blue) = 66+73+131=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #424983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424983 is #BDB67C. Grayscale: #4D4D4D. Windows color (decimal): -12433021 or 8603970. OLE color: 8603970.

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

Color convert

RGB6673131-
CMYK0.500.4400.49
HSL233.54º32.99%38.63%-
HSV(B)233.54º49.62%51.37%-
XYZ8.737.5622.47-
YUV77.52158.18119.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 131 (51.56% from 255) = 48.52%
R=24.44%
G=27.04%
B=48.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66731310.500.4400.49233.5432.9938.63
Hex424983322C031ea2127
Octal10211120362540613524147
Binary1000010100100110000011110010101100011000111101010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424983; }

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

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

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

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

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

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

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

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