#434B83

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

Shades of Jacksons Purple #434B83

Tints of Jacksons Purple #434B83

Color information

#434B83 (or 0x434B83) is unknown color: approx Jacksons Purple. HEX triplet: 43, 4B and 83. RGB value is (67,75,131). Sum of RGB (Red+Green+Blue) = 67+75+131=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #434B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B83 is #BCB47C. Grayscale: #4E4E4E. Windows color (decimal): -12366973 or 8604483. OLE color: 8604483.

HSL color Cylindrical-coordinate representation of color #434B83: hue angle of 232.5º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #434B83 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6775131-
CMYK0.490.4300.49
HSL232.5º32.32%38.82%-
HSV(B)232.5º48.85%51.37%-
XYZ8.937.8622.52-
YUV78.99157.35119.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.54%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=24.54%
G=27.47%
B=47.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67751310.490.4300.49232.532.3238.82
Hex434B83312B031e82027
Octal10311320361530613504047
Binary1000011100101110000011110001101011011000111101000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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