Html Css Color HEX #413250 Jagger

📋 copy color: '#413250'

red 65 ◦ green 50 ◦ blue 80

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

Shades of Jagger #413250

Tints of Jagger #413250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.64%

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

R = 33.33%
G = 25.64%
B = 41.03%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#413250 (or 0x413250) is known color: Jagger. HEX triplet: 41, 32 and 50. RGB value is (65,50,80). Sum of RGB (Red+Green+Blue) = 65+50+80=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #413250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413250 is #BECDAF. Grayscale: #393939. Windows color (decimal): -12504496 or 5255745. OLE color: 5255745.

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

Color convert

RGB 65 50 80 -
CMYK 0.19 0.37 0 0.69
HSL 270º 0.23% 0.25% -
HSV(B) 270º 0.38% 0.31% -
XYZ 4.77 3.98 8.11 -
YUV 57.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 65 50 80 0.19 0.37 0 0.69 270 0.23 0.25
Hex 41 32 50 13 25 0 45 10E 17 19
Octal 101 62 120 23 45 0 105 416 27 31
Binary 1000001 110010 1010000 10011 100101 0 1000101 100001110 10111 11001

Color Harmonies of #413250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413250

Black with #413250

Text Example


Text Example

White with #413250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413250; }

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

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

background-color css

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

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

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

border-color css

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

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

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