#43295B

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

Shades of Jagger #43295B

Tints of Jagger #43295B

Color information

#43295B (or 0x43295B) is unknown color: approx Jagger. HEX triplet: 43, 29 and 5B. RGB value is (67,41,91). Sum of RGB (Red+Green+Blue) = 67+41+91=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #43295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43295B is #BCD6A4. Grayscale: #363636. Windows color (decimal): -12375717 or 5974339. OLE color: 5974339.

HSL color Cylindrical-coordinate representation of color #43295B: hue angle of 271.2º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43295B is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB674191-
CMYK0.260.5500.64
HSL271.2º37.88%25.88%-
HSV(B)271.2º54.95%35.69%-
XYZ53.5310.32-
YUV54.47148.61136.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.67%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=33.67%
G=20.60%
B=45.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6741910.260.5500.64271.237.8825.88
Hex43295B1A3704010f261a
Octal10351133326701004174632
Binary10000111010011011011110101101110100000010000111110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43295B; }

 p { color: rgb(67,41,91); }

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

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

 a { background-color: rgb(67,41,91); }

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

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

 span { border-color: rgb(67,41,91); }

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