Html Css Color HEX #412356 Jagger

📋 copy color: '#412356'

red 65 ◦ green 35 ◦ blue 86

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

Shades of Jagger #412356

Tints of Jagger #412356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.82%

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

R = 34.95%
G = 18.82%
B = 46.24%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#412356 (or 0x412356) is known color: Jagger. HEX triplet: 41, 23 and 56. RGB value is (65,35,86). Sum of RGB (Red+Green+Blue) = 65+35+86=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #412356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412356 is #BEDCA9. Grayscale: #313131. Windows color (decimal): -12508330 or 5645121. OLE color: 5645121.

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

Color convert

RGB 65 35 86 -
CMYK 0.24 0.59 0 0.66
HSL 275.29º 0.42% 0.24% -
HSV(B) 275.29º 0.59% 0.34% -
XYZ 4.46 3 9.15 -
YUV 49.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 65 35 86 0.24 0.59 0 0.66 275.29 0.42 0.24
Hex 41 23 56 18 3B 0 42 113 2A 18
Octal 101 43 126 30 73 0 102 423 52 30
Binary 1000001 100011 1010110 11000 111011 0 1000010 100010011 101010 11000

Color Harmonies of #412356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412356

Black with #412356

Text Example


Text Example

White with #412356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412356; }

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

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

background-color css

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

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

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

border-color css

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

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

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