Html Css Color HEX #412853 Jagger

📋 copy color: '#412853'

red 65 ◦ green 40 ◦ blue 83

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

Shades of Jagger #412853

Tints of Jagger #412853

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.28%

 BLUE value IS 83 (32.81% from 255) = 44.15%

R = 34.57%
G = 21.28%
B = 44.15%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#412853 (or 0x412853) is known color: Jagger. HEX triplet: 41, 28 and 53. RGB value is (65,40,83). Sum of RGB (Red+Green+Blue) = 65+40+83=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #412853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412853 is #BED7AC. Grayscale: #343434. Windows color (decimal): -12507053 or 5449793. OLE color: 5449793.

HSL color Cylindrical-coordinate representation of color #412853: hue angle of 274.88º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #412853 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 40 83 -
CMYK 0.22 0.52 0 0.67
HSL 274.88º 0.35% 0.24% -
HSV(B) 274.88º 0.52% 0.33% -
XYZ 4.5 3.27 8.58 -
YUV 52.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 65 40 83 0.22 0.52 0 0.67 274.88 0.35 0.24
Hex 41 28 53 16 34 0 43 113 23 18
Octal 101 50 123 26 64 0 103 423 43 30
Binary 1000001 101000 1010011 10110 110100 0 1000011 100010011 100011 11000

Color Harmonies of #412853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412853

Black with #412853

Text Example


Text Example

White with #412853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412853; }

 p { color: rgb(65,40,83); }

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

background-color css

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

 a { background-color: rgb(65,40,83); }

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

border-color css

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

 span { border-color: rgb(65,40,83); }

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