Html Css Color HEX #413450 Jagger

📋 copy color: '#413450'

red 65 ◦ green 52 ◦ blue 80

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

Shades of Jagger #413450

Tints of Jagger #413450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.4%

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

R = 32.99%
G = 26.4%
B = 40.61%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#413450 (or 0x413450) is known color: Jagger. HEX triplet: 41, 34 and 50. RGB value is (65,52,80). Sum of RGB (Red+Green+Blue) = 65+52+80=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #413450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413450 is #BECBAF. Grayscale: #3A3A3A. Windows color (decimal): -12503984 or 5256257. OLE color: 5256257.

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

Color convert

RGB 65 52 80 -
CMYK 0.19 0.35 0 0.69
HSL 267.86º 0.21% 0.26% -
HSV(B) 267.86º 0.35% 0.31% -
XYZ 4.86 4.16 8.14 -
YUV 59.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 65 52 80 0.19 0.35 0 0.69 267.86 0.21 0.26
Hex 41 34 50 13 23 0 45 10C 15 1A
Octal 101 64 120 23 43 0 105 414 25 32
Binary 1000001 110100 1010000 10011 100011 0 1000101 100001100 10101 11010

Color Harmonies of #413450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413450

Black with #413450

Text Example


Text Example

White with #413450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413450; }

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

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

background-color css

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

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

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

border-color css

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

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

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