Html Css Color HEX #412955 Jagger

📋 copy color: '#412955'

red 65 ◦ green 41 ◦ blue 85

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

Shades of Jagger #412955

Tints of Jagger #412955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

 BLUE value IS 85 (33.59% from 255) = 44.5%

R = 34.03%
G = 21.47%
B = 44.5%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#412955 (or 0x412955) is known color: Jagger. HEX triplet: 41, 29 and 55. RGB value is (65,41,85). Sum of RGB (Red+Green+Blue) = 65+41+85=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #412955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412955 is #BED6AA. Grayscale: #353535. Windows color (decimal): -12506795 or 5581121. OLE color: 5581121.

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

Color convert

RGB 65 41 85 -
CMYK 0.24 0.52 0 0.67
HSL 272.73º 0.35% 0.25% -
HSV(B) 272.73º 0.52% 0.33% -
XYZ 4.61 3.37 9 -
YUV 53.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 65 41 85 0.24 0.52 0 0.67 272.73 0.35 0.25
Hex 41 29 55 18 34 0 43 111 23 19
Octal 101 51 125 30 64 0 103 421 43 31
Binary 1000001 101001 1010101 11000 110100 0 1000011 100010001 100011 11001

Color Harmonies of #412955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412955

Black with #412955

Text Example


Text Example

White with #412955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412955; }

 p { color: rgb(65,41,85); }

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

background-color css

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

 a { background-color: rgb(65,41,85); }

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

border-color css

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

 span { border-color: rgb(65,41,85); }

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