#3F2A55

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

Shades of Jagger #3F2A55

Tints of Jagger #3F2A55

Color information

#3F2A55 (or 0x3F2A55) is unknown color: approx Jagger. HEX triplet: 3F, 2A and 55. RGB value is (63,42,85). Sum of RGB (Red+Green+Blue) = 63+42+85=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F2A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2A55 is #C0D5AA. Grayscale: #353535. Windows color (decimal): -12637611 or 5581375. OLE color: 5581375.

HSL color Cylindrical-coordinate representation of color #3F2A55: hue angle of 269.3º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F2A55 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB634285-
CMYK0.260.5100.67
HSL269.3º33.86%24.9%-
HSV(B)269.3º50.59%33.33%-
XYZ4.523.379.01-
YUV53.18145.96135-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.16%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 85 (33.59% from 255) = 44.74%
R=33.16%
G=22.11%
B=44.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6342850.260.5100.67269.333.8624.9
Hex3F2A551A3304310d2219
Octal7752125326301034154231
Binary1111111010101010101110101100110100001110000110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F2A55; }

 p { color: rgb(63,42,85); }

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

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

 a { background-color: rgb(63,42,85); }

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

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

 span { border-color: rgb(63,42,85); }

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