Html Css Color HEX #413346 Jagger

📋 copy color: '#413346'

red 65 ◦ green 51 ◦ blue 70

#413346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #413346

Tints of Jagger #413346

RGB

 RED value IS 65 (25.78% from 255) = 34.95%

 GREEN value IS 51 (20.31% from 255) = 27.42%

 BLUE value IS 70 (27.73% from 255) = 37.63%

R = 34.95%
G = 27.42%
B = 37.63%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#413346 (or 0x413346) is known color: Jagger. HEX triplet: 41, 33 and 46. RGB value is (65,51,70). Sum of RGB (Red+Green+Blue) = 65+51+70=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 70 - color contains mainly: blue. Hex color #413346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413346 is #BECCB9. Grayscale: #393939. Windows color (decimal): -12504250 or 4600641. OLE color: 4600641.

HSL color Cylindrical-coordinate representation of color #413346: hue angle of 284.21º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #413346 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 51 70 -
CMYK 0.07 0.27 0 0.73
HSL 284.21º 0.16% 0.24% -
HSV(B) 284.21º 0.27% 0.27% -
XYZ 4.47 3.93 6.32 -
YUV 57.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 65 51 70 0.07 0.27 0 0.73 284.21 0.16 0.24
Hex 41 33 46 7 1B 0 49 11C 10 18
Octal 101 63 106 7 33 0 111 434 20 30
Binary 1000001 110011 1000110 111 11011 0 1001001 100011100 10000 11000

Color Harmonies of #413346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413346

Black with #413346

Text Example


Text Example

White with #413346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413346; }

 p { color: rgb(65,51,70); }

 H1.HeaderClassName
 {
   color: #413346;
 }
 .AnyTagClassName
 {
   color: #413346;
 }
</style>

background-color css

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

 a { background-color: rgb(65,51,70); }

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

border-color css

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

 span { border-color: rgb(65,51,70); }

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