#434B87

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

Shades of Jacksons Purple #434B87

Tints of Jacksons Purple #434B87

Color information

#434B87 (or 0x434B87) is unknown color: approx Jacksons Purple. HEX triplet: 43, 4B and 87. RGB value is (67,75,135). Sum of RGB (Red+Green+Blue) = 67+75+135=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #434B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B87 is #BCB478. Grayscale: #4F4F4F. Windows color (decimal): -12366969 or 8866627. OLE color: 8866627.

HSL color Cylindrical-coordinate representation of color #434B87: hue angle of 232.94º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #434B87 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6775135-
CMYK0.500.4400.47
HSL232.94º33.66%39.61%-
HSV(B)232.94º50.37%52.94%-
XYZ9.27.9723.98-
YUV79.45159.35119.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.19%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 135 (53.12% from 255) = 48.74%
R=24.19%
G=27.08%
B=48.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67751350.500.4400.47232.9433.6639.61
Hex434B87322C02Fe92228
Octal10311320762540573514250
Binary1000011100101110000111110010101100010111111101001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,75,135); }

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

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

 a { background-color: rgb(67,75,135); }

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

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

 span { border-color: rgb(67,75,135); }

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