Html Css Color HEX #413247 Jagger

📋 copy color: '#413247'

red 65 ◦ green 50 ◦ blue 71

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

Shades of Jagger #413247

Tints of Jagger #413247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.88%

 BLUE value IS 71 (28.13% from 255) = 38.17%

R = 34.95%
G = 26.88%
B = 38.17%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#413247 (or 0x413247) is known color: Jagger. HEX triplet: 41, 32 and 47. RGB value is (65,50,71). Sum of RGB (Red+Green+Blue) = 65+50+71=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 71 - color contains mainly: blue. Hex color #413247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413247 is #BECDB8. Grayscale: #383838. Windows color (decimal): -12504505 or 4665921. OLE color: 4665921.

HSL color Cylindrical-coordinate representation of color #413247: hue angle of 282.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #413247 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 50 71 -
CMYK 0.08 0.30 0 0.72
HSL 282.86º 0.17% 0.24% -
HSV(B) 282.86º 0.3% 0.28% -
XYZ 4.46 3.86 6.47 -
YUV 56.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 65 50 71 0.08 0.30 0 0.72 282.86 0.17 0.24
Hex 41 32 47 8 1E 0 48 11B 11 18
Octal 101 62 107 10 36 0 110 433 21 30
Binary 1000001 110010 1000111 1000 11110 0 1001000 100011011 10001 11000

Color Harmonies of #413247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413247

Black with #413247

Text Example


Text Example

White with #413247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413247; }

 p { color: rgb(65,50,71); }

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

background-color css

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

 a { background-color: rgb(65,50,71); }

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

border-color css

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

 span { border-color: rgb(65,50,71); }

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