Html Css Color HEX #413148 Jagger

📋 copy color: '#413148'

red 65 ◦ green 49 ◦ blue 72

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

Shades of Jagger #413148

Tints of Jagger #413148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.34%

 BLUE value IS 72 (28.52% from 255) = 38.71%

R = 34.95%
G = 26.34%
B = 38.71%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#413148 (or 0x413148) is known color: Jagger. HEX triplet: 41, 31 and 48. RGB value is (65,49,72). Sum of RGB (Red+Green+Blue) = 65+49+72=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #413148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413148 is #BECEB7. Grayscale: #383838. Windows color (decimal): -12504760 or 4731201. OLE color: 4731201.

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

Color convert

RGB 65 49 72 -
CMYK 0.10 0.32 0 0.72
HSL 281.74º 0.19% 0.24% -
HSV(B) 281.74º 0.32% 0.28% -
XYZ 4.45 3.79 6.63 -
YUV 56.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 65 49 72 0.10 0.32 0 0.72 281.74 0.19 0.24
Hex 41 31 48 A 20 0 48 11A 13 18
Octal 101 61 110 12 40 0 110 432 23 30
Binary 1000001 110001 1001000 1010 100000 0 1001000 100011010 10011 11000

Color Harmonies of #413148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413148

Black with #413148

Text Example


Text Example

White with #413148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413148; }

 p { color: rgb(65,49,72); }

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

background-color css

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

 a { background-color: rgb(65,49,72); }

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

border-color css

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

 span { border-color: rgb(65,49,72); }

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