#434B82

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

Shades of Jacksons Purple #434B82

Tints of Jacksons Purple #434B82

Color information

#434B82 (or 0x434B82) is unknown color: approx Jacksons Purple. HEX triplet: 43, 4B and 82. RGB value is (67,75,130). Sum of RGB (Red+Green+Blue) = 67+75+130=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #434B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B82 is #BCB47D. Grayscale: #4E4E4E. Windows color (decimal): -12366974 or 8538947. OLE color: 8538947.

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

Color convert

RGB6775130-
CMYK0.480.4200.49
HSL232.38º31.98%38.63%-
HSV(B)232.38º48.46%50.98%-
XYZ8.867.8422.16-
YUV78.88156.85119.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.63%
GREEN value IS 75 (29.69% from 255) = 27.57%
BLUE value IS 130 (51.17% from 255) = 47.79%
R=24.63%
G=27.57%
B=47.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67751300.480.4200.49232.3831.9838.63
Hex434B82302A031e82027
Octal10311320260520613504047
Binary1000011100101110000010110000101010011000111101000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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