#423D78

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

Shades of Jacksons Purple #423D78

Tints of Jacksons Purple #423D78

Color information

#423D78 (or 0x423D78) is unknown color: approx Jacksons Purple. HEX triplet: 42, 3D and 78. RGB value is (66,61,120). Sum of RGB (Red+Green+Blue) = 66+61+120=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #423D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D78 is #BDC287. Grayscale: #444444. Windows color (decimal): -12436104 or 7880002. OLE color: 7880002.

HSL color Cylindrical-coordinate representation of color #423D78: hue angle of 245.08º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #423D78 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6661120-
CMYK0.450.4900.53
HSL245.08º32.6%35.49%-
HSV(B)245.08º49.17%47.06%-
XYZ7.315.8518.51-
YUV69.22156.66125.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 61 (24.22% from 255) = 24.70%
BLUE value IS 120 (47.27% from 255) = 48.58%
R=26.72%
G=24.70%
B=48.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66611200.450.4900.53245.0832.635.49
Hex423D782D31035f52123
Octal1027517055610653654143
Binary10000101111011111000101101110001011010111110101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,61,120); }

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

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

 a { background-color: rgb(66,61,120); }

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

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

 span { border-color: rgb(66,61,120); }

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