Html Css Color HEX #413153 Jagger

📋 copy color: '#413153'

red 65 ◦ green 49 ◦ blue 83

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

Shades of Jagger #413153

Tints of Jagger #413153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 32.99%
G = 24.87%
B = 42.13%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#413153 (or 0x413153) is known color: Jagger. HEX triplet: 41, 31 and 53. RGB value is (65,49,83). Sum of RGB (Red+Green+Blue) = 65+49+83=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #413153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413153 is #BECEAC. Grayscale: #393939. Windows color (decimal): -12504749 or 5452097. OLE color: 5452097.

HSL color Cylindrical-coordinate representation of color #413153: hue angle of 268.24º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #413153 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 49 83 -
CMYK 0.22 0.41 0 0.67
HSL 268.24º 0.26% 0.26% -
HSV(B) 268.24º 0.41% 0.33% -
XYZ 4.84 3.94 8.69 -
YUV 57.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 65 49 83 0.22 0.41 0 0.67 268.24 0.26 0.26
Hex 41 31 53 16 29 0 43 10C 1A 1A
Octal 101 61 123 26 51 0 103 414 32 32
Binary 1000001 110001 1010011 10110 101001 0 1000011 100001100 11010 11010

Color Harmonies of #413153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413153

Black with #413153

Text Example


Text Example

White with #413153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413153; }

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

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

background-color css

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

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

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

border-color css

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

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

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