#424383

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

Shades of Jacksons Purple #424383

Tints of Jacksons Purple #424383

Color information

#424383 (or 0x424383) is unknown color: approx Jacksons Purple. HEX triplet: 42, 43 and 83. RGB value is (66,67,131). Sum of RGB (Red+Green+Blue) = 66+67+131=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #424383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424383 is #BDBC7C. Grayscale: #494949. Windows color (decimal): -12434557 or 8602434. OLE color: 8602434.

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

Color convert

RGB6667131-
CMYK0.500.4900.49
HSL239.08º32.99%38.63%-
HSV(B)239.08º49.62%51.37%-
XYZ8.356.8122.35-
YUV74160.17122.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 131 (51.56% from 255) = 49.62%
R=25%
G=25.38%
B=49.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66671310.500.4900.49239.0832.9938.63
Hex4243833231031ef2127
Octal10210320362610613574147
Binary1000010100001110000011110010110001011000111101111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424383; }

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

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

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

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

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

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

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

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