Html Css Color HEX #413150 Jagger

📋 copy color: '#413150'

red 65 ◦ green 49 ◦ blue 80

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

Shades of Jagger #413150

Tints of Jagger #413150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.24%

R = 33.51%
G = 25.26%
B = 41.24%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#413150 (or 0x413150) is known color: Jagger. HEX triplet: 41, 31 and 50. RGB value is (65,49,80). Sum of RGB (Red+Green+Blue) = 65+49+80=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #413150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413150 is #BECEAF. Grayscale: #393939. Windows color (decimal): -12504752 or 5255489. OLE color: 5255489.

HSL color Cylindrical-coordinate representation of color #413150: hue angle of 270.97º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #413150 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 49 80 -
CMYK 0.19 0.39 0 0.69
HSL 270.97º 0.24% 0.25% -
HSV(B) 270.97º 0.39% 0.31% -
XYZ 4.73 3.9 8.09 -
YUV 57.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 65 49 80 0.19 0.39 0 0.69 270.97 0.24 0.25
Hex 41 31 50 13 27 0 45 10F 18 19
Octal 101 61 120 23 47 0 105 417 30 31
Binary 1000001 110001 1010000 10011 100111 0 1000101 100001111 11000 11001

Color Harmonies of #413150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413150

Black with #413150

Text Example


Text Example

White with #413150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413150; }

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

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

background-color css

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

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

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

border-color css

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

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

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