#433059

Color #433059 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #433059

Tints of Jagger #433059

Color information

#433059 (or 0x433059) is unknown color: approx Jagger. HEX triplet: 43, 30 and 59. RGB value is (67,48,89). Sum of RGB (Red+Green+Blue) = 67+48+89=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #433059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433059 is #BCCFA6. Grayscale: #3A3A3A. Windows color (decimal): -12373927 or 5845059. OLE color: 5845059.

HSL color Cylindrical-coordinate representation of color #433059: hue angle of 267.8º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #433059 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB674889-
CMYK0.250.4600.65
HSL267.8º29.93%26.86%-
HSV(B)267.8º46.07%34.9%-
XYZ5.174.039.96-
YUV58.36145.29134.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.84%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 89 (35.16% from 255) = 43.63%
R=32.84%
G=23.53%
B=43.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6748890.250.4600.65267.829.9326.86
Hex433059192E04110c1e1b
Octal10360131315601014143633
Binary1000011110000101100111001101110010000011000011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433059; }

 p { color: rgb(67,48,89); }

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

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

 a { background-color: rgb(67,48,89); }

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

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

 span { border-color: rgb(67,48,89); }

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