Html Css Color HEX #412176 Windsor

📋 copy color: '#412176'

red 65 ◦ green 33 ◦ blue 118

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

Shades of Windsor #412176

Tints of Windsor #412176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.28%

 BLUE value IS 118 (46.48% from 255) = 54.63%

R = 30.09%
G = 15.28%
B = 54.63%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#412176 (or 0x412176) is known color: Windsor. HEX triplet: 41, 21 and 76. RGB value is (65,33,118). Sum of RGB (Red+Green+Blue) = 65+33+118=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #412176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412176 is #BEDE89. Grayscale: #333333. Windows color (decimal): -12508810 or 7741761. OLE color: 7741761.

HSL color Cylindrical-coordinate representation of color #412176: hue angle of 262.59º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412176 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 33 118 -
CMYK 0.45 0.72 0 0.54
HSL 262.59º 0.56% 0.3% -
HSV(B) 262.59º 0.72% 0.46% -
XYZ 5.99 3.52 17.5 -
YUV 52.26 165.1 137.09 -
System Red Green Blue C M Y K H S L
Decimal 65 33 118 0.45 0.72 0 0.54 262.59 0.56 0.3
Hex 41 21 76 2D 48 0 36 107 38 1E
Octal 101 41 166 55 110 0 66 407 70 36
Binary 1000001 100001 1110110 101101 1001000 0 110110 100000111 111000 11110

Color Harmonies of #412176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412176

Black with #412176

Text Example


Text Example

White with #412176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412176; }

 p { color: rgb(65,33,118); }

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

background-color css

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

 a { background-color: rgb(65,33,118); }

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

border-color css

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

 span { border-color: rgb(65,33,118); }

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