#434A80

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

Shades of Jacksons Purple #434A80

Tints of Jacksons Purple #434A80

Color information

#434A80 (or 0x434A80) is unknown color: approx Jacksons Purple. HEX triplet: 43, 4A and 80. RGB value is (67,74,128). Sum of RGB (Red+Green+Blue) = 67+74+128=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #434A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434A80 is #BCB57F. Grayscale: #4D4D4D. Windows color (decimal): -12367232 or 8407619. OLE color: 8407619.

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

Color convert

RGB6774128-
CMYK0.480.4200.50
HSL233.11º31.28%38.24%-
HSV(B)233.11º47.66%50.2%-
XYZ8.667.6521.44-
YUV78.06156.18120.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.91%
GREEN value IS 74 (29.30% from 255) = 27.51%
BLUE value IS 128 (50.39% from 255) = 47.58%
R=24.91%
G=27.51%
B=47.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67741280.480.4200.50233.1131.2838.24
Hex434A80302A032e91f26
Octal10311220060520623513746
Binary100001110010101000000011000010101001100101110100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,74,128); }

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

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

 a { background-color: rgb(67,74,128); }

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

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

 span { border-color: rgb(67,74,128); }

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