Html Css Color HEX #412850 Jagger

📋 copy color: '#412850'

red 65 ◦ green 40 ◦ blue 80

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

Shades of Jagger #412850

Tints of Jagger #412850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.62%

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

R = 35.14%
G = 21.62%
B = 43.24%

CMYK

 C value IS 0.19

 M value IS 0.5

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#412850 (or 0x412850) is known color: Jagger. HEX triplet: 41, 28 and 50. RGB value is (65,40,80). Sum of RGB (Red+Green+Blue) = 65+40+80=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #412850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412850 is #BED7AF. Grayscale: #333333. Windows color (decimal): -12507056 or 5253185. OLE color: 5253185.

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

Color convert

RGB 65 40 80 -
CMYK 0.19 0.5 0 0.69
HSL 277.5º 0.33% 0.24% -
HSV(B) 277.5º 0.5% 0.31% -
XYZ 4.39 3.22 7.98 -
YUV 52.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 65 40 80 0.19 0.5 0 0.69 277.5 0.33 0.24
Hex 41 28 50 13 32 0 45 116 21 18
Octal 101 50 120 23 62 0 105 426 41 30
Binary 1000001 101000 1010000 10011 110010 0 1000101 100010110 100001 11000

Color Harmonies of #412850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412850

Black with #412850

Text Example


Text Example

White with #412850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412850; }

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

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

background-color css

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

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

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

border-color css

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

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

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