#423E80

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

Shades of Jacksons Purple #423E80

Tints of Jacksons Purple #423E80

Color information

#423E80 (or 0x423E80) is unknown color: approx Jacksons Purple. HEX triplet: 42, 3E and 80. RGB value is (66,62,128). Sum of RGB (Red+Green+Blue) = 66+62+128=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #423E80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423E80 is #BDC17F. Grayscale: #464646. Windows color (decimal): -12435840 or 8404546. OLE color: 8404546.

HSL color Cylindrical-coordinate representation of color #423E80: hue angle of 243.64º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #423E80 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6662128-
CMYK0.480.5200.50
HSL243.64º34.74%37.25%-
HSV(B)243.64º51.56%50.2%-
XYZ7.876.1621.2-
YUV70.72160.33124.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 62 (24.61% from 255) = 24.22%
BLUE value IS 128 (50.39% from 255) = 50%
R=25.78%
G=24.22%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66621280.480.5200.50243.6434.7437.25
Hex423E803034032f42325
Octal1027620060640623644345
Binary100001011111010000000110000110100011001011110100100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423E80; }

 p { color: rgb(66,62,128); }

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

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

 a { background-color: rgb(66,62,128); }

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

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

 span { border-color: rgb(66,62,128); }

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