Html Css Color HEX #412256 Jagger

📋 copy color: '#412256'

red 65 ◦ green 34 ◦ blue 86

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

Shades of Jagger #412256

Tints of Jagger #412256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.38%

 BLUE value IS 86 (33.98% from 255) = 46.49%

R = 35.14%
G = 18.38%
B = 46.49%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#412256 (or 0x412256) is known color: Jagger. HEX triplet: 41, 22 and 56. RGB value is (65,34,86). Sum of RGB (Red+Green+Blue) = 65+34+86=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #412256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412256 is #BEDDA9. Grayscale: #313131. Windows color (decimal): -12508586 or 5644865. OLE color: 5644865.

HSL color Cylindrical-coordinate representation of color #412256: hue angle of 275.77º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #412256 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 34 86 -
CMYK 0.24 0.60 0 0.66
HSL 275.77º 0.43% 0.24% -
HSV(B) 275.77º 0.6% 0.34% -
XYZ 4.43 2.94 9.14 -
YUV 49.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 65 34 86 0.24 0.60 0 0.66 275.77 0.43 0.24
Hex 41 22 56 18 3C 0 42 114 2B 18
Octal 101 42 126 30 74 0 102 424 53 30
Binary 1000001 100010 1010110 11000 111100 0 1000010 100010100 101011 11000

Color Harmonies of #412256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412256

Black with #412256

Text Example


Text Example

White with #412256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412256; }

 p { color: rgb(65,34,86); }

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

background-color css

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

 a { background-color: rgb(65,34,86); }

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

border-color css

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

 span { border-color: rgb(65,34,86); }

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