#424883

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

Shades of Jacksons Purple #424883

Tints of Jacksons Purple #424883

Color information

#424883 (or 0x424883) is unknown color: approx Jacksons Purple. HEX triplet: 42, 48 and 83. RGB value is (66,72,131). Sum of RGB (Red+Green+Blue) = 66+72+131=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #424883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424883 is #BDB77C. Grayscale: #4C4C4C. Windows color (decimal): -12433277 or 8603714. OLE color: 8603714.

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

Color convert

RGB6672131-
CMYK0.500.4500.49
HSL234.46º32.99%38.63%-
HSV(B)234.46º49.62%51.37%-
XYZ8.667.4322.45-
YUV76.93158.51120.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=24.54%
G=26.77%
B=48.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66721310.500.4500.49234.4632.9938.63
Hex424883322D031ea2127
Octal10211020362550613524147
Binary1000010100100010000011110010101101011000111101010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424883; }

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

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

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

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

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

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

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

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