Html Css Color HEX #413047 Jagger

📋 copy color: '#413047'

red 65 ◦ green 48 ◦ blue 71

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

Shades of Jagger #413047

Tints of Jagger #413047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.09%

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

R = 35.33%
G = 26.09%
B = 38.59%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#413047 (or 0x413047) is known color: Jagger. HEX triplet: 41, 30 and 47. RGB value is (65,48,71). Sum of RGB (Red+Green+Blue) = 65+48+71=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 71 - color contains mainly: blue. Hex color #413047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413047 is #BECFB8. Grayscale: #373737. Windows color (decimal): -12505017 or 4665409. OLE color: 4665409.

HSL color Cylindrical-coordinate representation of color #413047: hue angle of 284.35º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #413047 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 48 71 -
CMYK 0.08 0.32 0 0.72
HSL 284.35º 0.19% 0.23% -
HSV(B) 284.35º 0.32% 0.28% -
XYZ 4.37 3.69 6.44 -
YUV 55.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 65 48 71 0.08 0.32 0 0.72 284.35 0.19 0.23
Hex 41 30 47 8 20 0 48 11C 13 17
Octal 101 60 107 10 40 0 110 434 23 27
Binary 1000001 110000 1000111 1000 100000 0 1001000 100011100 10011 10111

Color Harmonies of #413047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413047

Black with #413047

Text Example


Text Example

White with #413047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413047; }

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

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

background-color css

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

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

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

border-color css

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

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

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