#423E7A

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

Shades of Jacksons Purple #423E7A

Tints of Jacksons Purple #423E7A

Color information

#423E7A (or 0x423E7A) is unknown color: approx Jacksons Purple. HEX triplet: 42, 3E and 7A. RGB value is (66,62,122). Sum of RGB (Red+Green+Blue) = 66+62+122=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #423E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423E7A is #BDC185. Grayscale: #454545. Windows color (decimal): -12435846 or 8011330. OLE color: 8011330.

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

Color convert

RGB6662122-
CMYK0.460.4900.52
HSL244º32.61%36.08%-
HSV(B)244º49.18%47.84%-
XYZ7.486.0119.18-
YUV70.04157.33125.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 62 (24.61% from 255) = 24.8%
BLUE value IS 122 (48.05% from 255) = 48.8%
R=26.4%
G=24.8%
B=48.8%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66621220.460.4900.5224432.6136.08
Hex423E7A2E31034f42124
Octal1027617256610643644144
Binary10000101111101111010101110110001011010011110100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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