#424185

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

Shades of Jacksons Purple #424185

Tints of Jacksons Purple #424185

Color information

#424185 (or 0x424185) is unknown color: approx Jacksons Purple. HEX triplet: 42, 41 and 85. RGB value is (66,65,133). Sum of RGB (Red+Green+Blue) = 66+65+133=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #424185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424185 is #BDBE7A. Grayscale: #484848. Windows color (decimal): -12435067 or 8732994. OLE color: 8732994.

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

Color convert

RGB6665133-
CMYK0.500.5100.48
HSL240.88º34.34%38.82%-
HSV(B)240.88º51.13%52.16%-
XYZ8.376.6323.03-
YUV73.05161.83122.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 133 (52.34% from 255) = 50.38%
R=25%
G=24.62%
B=50.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66651330.500.5100.48240.8834.3438.82
Hex4241853233030f12227
Octal10210120562630603614247
Binary1000010100000110000101110010110011011000011110001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424185; }

 p { color: rgb(66,65,133); }

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

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

 a { background-color: rgb(66,65,133); }

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

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

 span { border-color: rgb(66,65,133); }

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