#423E84

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

Shades of Jacksons Purple #423E84

Tints of Jacksons Purple #423E84

Color information

#423E84 (or 0x423E84) is unknown color: approx Jacksons Purple. HEX triplet: 42, 3E and 84. RGB value is (66,62,132). Sum of RGB (Red+Green+Blue) = 66+62+132=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #423E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423E84 is #BDC17B. Grayscale: #464646. Windows color (decimal): -12435836 or 8666690. OLE color: 8666690.

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

Color convert

RGB6662132-
CMYK0.50.5300.48
HSL243.43º36.08%38.04%-
HSV(B)243.43º53.03%51.76%-
XYZ8.136.2722.61-
YUV71.18162.33124.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 62 (24.61% from 255) = 23.85%
BLUE value IS 132 (51.95% from 255) = 50.77%
R=25.38%
G=23.85%
B=50.77%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66621320.50.5300.48243.4336.0838.04
Hex423E843235030f32426
Octal1027620462650603634446
Binary100001011111010000100110010110101011000011110011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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