#423A7B

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

Shades of Jacksons Purple #423A7B

Tints of Jacksons Purple #423A7B

Color information

#423A7B (or 0x423A7B) is unknown color: approx Jacksons Purple. HEX triplet: 42, 3A and 7B. RGB value is (66,58,123). Sum of RGB (Red+Green+Blue) = 66+58+123=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #423A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A7B is #BDC584. Grayscale: #434343. Windows color (decimal): -12436869 or 8075842. OLE color: 8075842.

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

Color convert

RGB6658123-
CMYK0.460.5300.52
HSL247.38º35.91%35.49%-
HSV(B)247.38º52.85%48.24%-
XYZ7.335.6119.44-
YUV67.8159.15126.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 123 (48.44% from 255) = 49.80%
R=26.72%
G=23.48%
B=49.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66581230.460.5300.52247.3835.9135.49
Hex423A7B2E35034f72423
Octal1027217356650643674443
Binary10000101110101111011101110110101011010011110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,58,123); }

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

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

 a { background-color: rgb(66,58,123); }

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

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

 span { border-color: rgb(66,58,123); }

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