Html Css Color HEX #413152 Jagger

📋 copy color: '#413152'

red 65 ◦ green 49 ◦ blue 82

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

Shades of Jagger #413152

Tints of Jagger #413152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41.84%

R = 33.16%
G = 25%
B = 41.84%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#413152 (or 0x413152) is known color: Jagger. HEX triplet: 41, 31 and 52. RGB value is (65,49,82). Sum of RGB (Red+Green+Blue) = 65+49+82=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #413152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413152 is #BECEAD. Grayscale: #393939. Windows color (decimal): -12504750 or 5386561. OLE color: 5386561.

HSL color Cylindrical-coordinate representation of color #413152: hue angle of 269.09º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #413152 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 49 82 -
CMYK 0.21 0.40 0 0.68
HSL 269.09º 0.25% 0.26% -
HSV(B) 269.09º 0.4% 0.32% -
XYZ 4.8 3.93 8.49 -
YUV 57.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 65 49 82 0.21 0.40 0 0.68 269.09 0.25 0.26
Hex 41 31 52 15 28 0 44 10D 19 1A
Octal 101 61 122 25 50 0 104 415 31 32
Binary 1000001 110001 1010010 10101 101000 0 1000100 100001101 11001 11010

Color Harmonies of #413152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413152

Black with #413152

Text Example


Text Example

White with #413152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413152; }

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

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

background-color css

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

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

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

border-color css

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

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

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