#433A4D

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

Shades of Jagger #433A4D

Tints of Jagger #433A4D

Color information

#433A4D (or 0x433A4D) is unknown color: approx Jagger. HEX triplet: 43, 3A and 4D. RGB value is (67,58,77). Sum of RGB (Red+Green+Blue) = 67+58+77=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #433A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433A4D is #BCC5B2. Grayscale: #3E3E3E. Windows color (decimal): -12371379 or 5061187. OLE color: 5061187.

HSL color Cylindrical-coordinate representation of color #433A4D: hue angle of 268.42º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #433A4D is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB675877-
CMYK0.130.2500.70
HSL268.42º14.07%26.47%-
HSV(B)268.42º24.68%30.2%-
XYZ5.174.767.67-
YUV62.86135.98130.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.17%
GREEN value IS 58 (23.05% from 255) = 28.71%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=33.17%
G=28.71%
B=38.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6758770.130.2500.70268.4214.0726.47
Hex433A4DD1904610ce1a
Octal10372115153101064141632
Binary1000011111010100110111011100101000110100001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433A4D; }

 p { color: rgb(67,58,77); }

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

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

 a { background-color: rgb(67,58,77); }

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

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

 span { border-color: rgb(67,58,77); }

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