Html Css Color HEX #413347 Jagger

📋 copy color: '#413347'

red 65 ◦ green 51 ◦ blue 71

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

Shades of Jagger #413347

Tints of Jagger #413347

RGB

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

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

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

R = 34.76%
G = 27.27%
B = 37.97%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#413347 (or 0x413347) is known color: Jagger. HEX triplet: 41, 33 and 47. RGB value is (65,51,71). Sum of RGB (Red+Green+Blue) = 65+51+71=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #413347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413347 is #BECCB8. Grayscale: #393939. Windows color (decimal): -12504249 or 4666177. OLE color: 4666177.

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

Color convert

RGB 65 51 71 -
CMYK 0.08 0.28 0 0.72
HSL 282º 0.16% 0.24% -
HSV(B) 282º 0.28% 0.28% -
XYZ 4.5 3.95 6.49 -
YUV 57.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 65 51 71 0.08 0.28 0 0.72 282 0.16 0.24
Hex 41 33 47 8 1C 0 48 11A 10 18
Octal 101 63 107 10 34 0 110 432 20 30
Binary 1000001 110011 1000111 1000 11100 0 1001000 100011010 10000 11000

Color Harmonies of #413347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413347

Black with #413347

Text Example


Text Example

White with #413347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413347; }

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

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

background-color css

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

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

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

border-color css

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

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

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