Html Css Color HEX #412750 Jagger

📋 copy color: '#412750'

red 65 ◦ green 39 ◦ blue 80

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

Shades of Jagger #412750

Tints of Jagger #412750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.2%

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

R = 35.33%
G = 21.2%
B = 43.48%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#412750 (or 0x412750) is known color: Jagger. HEX triplet: 41, 27 and 50. RGB value is (65,39,80). Sum of RGB (Red+Green+Blue) = 65+39+80=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #412750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412750 is #BED8AF. Grayscale: #333333. Windows color (decimal): -12507312 or 5252929. OLE color: 5252929.

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

Color convert

RGB 65 39 80 -
CMYK 0.19 0.51 0 0.69
HSL 278.05º 0.34% 0.23% -
HSV(B) 278.05º 0.51% 0.31% -
XYZ 4.35 3.15 7.97 -
YUV 51.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 65 39 80 0.19 0.51 0 0.69 278.05 0.34 0.23
Hex 41 27 50 13 33 0 45 116 22 17
Octal 101 47 120 23 63 0 105 426 42 27
Binary 1000001 100111 1010000 10011 110011 0 1000101 100010110 100010 10111

Color Harmonies of #412750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412750

Black with #412750

Text Example


Text Example

White with #412750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412750; }

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

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

background-color css

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

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

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

border-color css

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

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

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