Html Css Color HEX #412555 Jagger

📋 copy color: '#412555'

red 65 ◦ green 37 ◦ blue 85

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

Shades of Jagger #412555

Tints of Jagger #412555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.79%

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

R = 34.76%
G = 19.79%
B = 45.45%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#412555 (or 0x412555) is known color: Jagger. HEX triplet: 41, 25 and 55. RGB value is (65,37,85). Sum of RGB (Red+Green+Blue) = 65+37+85=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #412555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412555 is #BEDAAA. Grayscale: #323232. Windows color (decimal): -12507819 or 5580097. OLE color: 5580097.

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

Color convert

RGB 65 37 85 -
CMYK 0.24 0.56 0 0.67
HSL 275º 0.39% 0.24% -
HSV(B) 275º 0.56% 0.33% -
XYZ 4.48 3.1 8.96 -
YUV 50.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 65 37 85 0.24 0.56 0 0.67 275 0.39 0.24
Hex 41 25 55 18 38 0 43 113 27 18
Octal 101 45 125 30 70 0 103 423 47 30
Binary 1000001 100101 1010101 11000 111000 0 1000011 100010011 100111 11000

Color Harmonies of #412555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412555

Black with #412555

Text Example


Text Example

White with #412555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412555; }

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

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

background-color css

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

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

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

border-color css

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

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

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