#434c7f

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

Shades of Jacksons Purple #434C7F

Tints of Jacksons Purple #434C7F

Color information

#434C7F (or 0x434C7F) is unknown color: approx Jacksons Purple. HEX triplet: 43, 4C and 7F. RGB value is (67,76,127). Sum of RGB (Red+Green+Blue) = 67+76+127=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #434C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C7F is #BCB380. Grayscale: #4E4E4E. Windows color (decimal): -12366721 or 8342595. OLE color: 8342595.

HSL color Cylindrical-coordinate representation of color #434C7F: hue angle of 231º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #434C7F is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6776127-
CMYK0.470.4000.50
HSL231º30.93%38.04%-
HSV(B)231º47.24%49.8%-
XYZ8.737.8921.14-
YUV79.12155.02119.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.81%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 127 (50% from 255) = 47.04%
R=24.81%
G=28.15%
B=47.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67761270.470.4000.5023130.9338.04
Hex434C7F2F28032e71f26
Octal10311417757500623473746
Binary10000111001100111111110111110100001100101110011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434c7f; }

 p { color: rgb(67,76,127); }

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

<style>
 a { background-color: #434c7f; }

 a { background-color: rgb(67,76,127); }

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

<style>
 span { border-color: #434c7f; }

 span { border-color: rgb(67,76,127); }

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