#423D7A

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

Shades of Jacksons Purple #423D7A

Tints of Jacksons Purple #423D7A

Color information

#423D7A (or 0x423D7A) is unknown color: approx Jacksons Purple. HEX triplet: 42, 3D and 7A. RGB value is (66,61,122). Sum of RGB (Red+Green+Blue) = 66+61+122=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #423D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D7A is #BDC285. Grayscale: #454545. Windows color (decimal): -12436102 or 8011074. OLE color: 8011074.

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

Color convert

RGB6661122-
CMYK0.460.5000.52
HSL244.92º33.33%35.88%-
HSV(B)244.92º50%47.84%-
XYZ7.435.919.16-
YUV69.45157.66125.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 122 (48.05% from 255) = 49.00%
R=26.51%
G=24.50%
B=49.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66611220.460.5000.52244.9233.3335.88
Hex423D7A2E32034f52124
Octal1027517256620643654144
Binary10000101111011111010101110110010011010011110101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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