#3D214B

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

Shades of Jagger #3D214B

Tints of Jagger #3D214B

Color information

#3D214B (or 0x3D214B) is unknown color: approx Jagger. HEX triplet: 3D, 21 and 4B. RGB value is (61,33,75). Sum of RGB (Red+Green+Blue) = 61+33+75=169 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.09% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D214B is #C2DEB4. Grayscale: #2E2E2E. Windows color (decimal): -12770997 or 4923709. OLE color: 4923709.

HSL color Cylindrical-coordinate representation of color #3D214B: hue angle of 280º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D214B is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB613375-
CMYK0.190.5600.71
HSL280º38.89%21.18%-
HSV(B)280º56%29.41%-
XYZ3.742.596.96-
YUV46.16144.28138.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.09%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=36.09%
G=19.53%
B=44.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6133750.190.5600.7128038.8921.18
Hex3D214B13380471182715
Octal7541113237001074304725
Binary1111011000011001011100111110000100011110001100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,33,75); }

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

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

 a { background-color: rgb(61,33,75); }

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

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

 span { border-color: rgb(61,33,75); }

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