Html Css Color HEX #412076 Windsor

📋 copy color: '#412076'

red 65 ◦ green 32 ◦ blue 118

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

Shades of Windsor #412076

Tints of Windsor #412076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

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

R = 30.23%
G = 14.88%
B = 54.88%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#412076 (or 0x412076) is known color: Windsor. HEX triplet: 41, 20 and 76. RGB value is (65,32,118). Sum of RGB (Red+Green+Blue) = 65+32+118=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #412076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412076 is #BEDF89. Grayscale: #333333. Windows color (decimal): -12509066 or 7741505. OLE color: 7741505.

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

Color convert

RGB 65 32 118 -
CMYK 0.45 0.73 0 0.54
HSL 263.02º 0.57% 0.29% -
HSV(B) 263.02º 0.73% 0.46% -
XYZ 5.97 3.46 17.49 -
YUV 51.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 65 32 118 0.45 0.73 0 0.54 263.02 0.57 0.29
Hex 41 20 76 2D 49 0 36 107 39 1D
Octal 101 40 166 55 111 0 66 407 71 35
Binary 1000001 100000 1110110 101101 1001001 0 110110 100000111 111001 11101

Color Harmonies of #412076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412076

Black with #412076

Text Example


Text Example

White with #412076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412076; }

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

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

background-color css

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

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

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

border-color css

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

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

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