#434B85

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

Shades of Jacksons Purple #434B85

Tints of Jacksons Purple #434B85

Color information

#434B85 (or 0x434B85) is unknown color: approx Jacksons Purple. HEX triplet: 43, 4B and 85. RGB value is (67,75,133). Sum of RGB (Red+Green+Blue) = 67+75+133=275 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.36% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #434B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B85 is #BCB47A. Grayscale: #4E4E4E. Windows color (decimal): -12366971 or 8735555. OLE color: 8735555.

HSL color Cylindrical-coordinate representation of color #434B85: hue angle of 232.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #434B85 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6775133-
CMYK0.500.4400.48
HSL232.73º33%39.22%-
HSV(B)232.73º49.62%52.16%-
XYZ9.067.9223.24-
YUV79.22158.35119.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.36%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=24.36%
G=27.27%
B=48.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67751330.500.4400.48232.733339.22
Hex434B85322C030e92127
Octal10311320562540603514147
Binary1000011100101110000101110010101100011000011101001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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