Html Css Color HEX #412250 Jagger

📋 copy color: '#412250'

red 65 ◦ green 34 ◦ blue 80

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

Shades of Jagger #412250

Tints of Jagger #412250

RGB

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

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

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

R = 36.31%
G = 18.99%
B = 44.69%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#412250 (or 0x412250) is known color: Jagger. HEX triplet: 41, 22 and 50. RGB value is (65,34,80). Sum of RGB (Red+Green+Blue) = 65+34+80=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #412250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412250 is #BEDDAF. Grayscale: #303030. Windows color (decimal): -12508592 or 5251649. OLE color: 5251649.

HSL color Cylindrical-coordinate representation of color #412250: hue angle of 280.43º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #412250 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 34 80 -
CMYK 0.19 0.58 0 0.69
HSL 280.43º 0.4% 0.22% -
HSV(B) 280.43º 0.58% 0.31% -
XYZ 4.2 2.85 7.92 -
YUV 48.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 65 34 80 0.19 0.58 0 0.69 280.43 0.4 0.22
Hex 41 22 50 13 3A 0 45 118 28 16
Octal 101 42 120 23 72 0 105 430 50 26
Binary 1000001 100010 1010000 10011 111010 0 1000101 100011000 101000 10110

Color Harmonies of #412250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412250

Black with #412250

Text Example


Text Example

White with #412250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412250; }

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

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

background-color css

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

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

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

border-color css

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

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

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