Html Css Color HEX #412251 Jagger

📋 copy color: '#412251'

red 65 ◦ green 34 ◦ blue 81

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

Shades of Jagger #412251

Tints of Jagger #412251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 45%

R = 36.11%
G = 18.89%
B = 45%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#412251 (or 0x412251) is known color: Jagger. HEX triplet: 41, 22 and 51. RGB value is (65,34,81). Sum of RGB (Red+Green+Blue) = 65+34+81=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 81 - color contains mainly: blue. Hex color #412251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412251 is #BEDDAE. Grayscale: #303030. Windows color (decimal): -12508591 or 5317185. OLE color: 5317185.

HSL color Cylindrical-coordinate representation of color #412251: hue angle of 279.57º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #412251 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 34 81 -
CMYK 0.20 0.58 0 0.68
HSL 279.57º 0.41% 0.23% -
HSV(B) 279.57º 0.58% 0.32% -
XYZ 4.24 2.86 8.11 -
YUV 48.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 65 34 81 0.20 0.58 0 0.68 279.57 0.41 0.23
Hex 41 22 51 14 3A 0 44 118 29 17
Octal 101 42 121 24 72 0 104 430 51 27
Binary 1000001 100010 1010001 10100 111010 0 1000100 100011000 101001 10111

Color Harmonies of #412251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412251

Black with #412251

Text Example


Text Example

White with #412251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412251; }

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

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

background-color css

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

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

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

border-color css

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

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

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