Html Css Color HEX #412771 Windsor

📋 copy color: '#412771'

red 65 ◦ green 39 ◦ blue 113

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

Shades of Windsor #412771

Tints of Windsor #412771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.97%

 BLUE value IS 113 (44.53% from 255) = 52.07%

R = 29.95%
G = 17.97%
B = 52.07%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#412771 (or 0x412771) is known color: Windsor. HEX triplet: 41, 27 and 71. RGB value is (65,39,113). Sum of RGB (Red+Green+Blue) = 65+39+113=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #412771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412771 is #BED88E. Grayscale: #363636. Windows color (decimal): -12507279 or 7415617. OLE color: 7415617.

HSL color Cylindrical-coordinate representation of color #412771: hue angle of 261.08º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #412771 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 39 113 -
CMYK 0.42 0.65 0 0.56
HSL 261.08º 0.49% 0.3% -
HSV(B) 261.08º 0.65% 0.44% -
XYZ 5.89 3.77 16.04 -
YUV 55.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 65 39 113 0.42 0.65 0 0.56 261.08 0.49 0.3
Hex 41 27 71 2A 41 0 38 105 31 1E
Octal 101 47 161 52 101 0 70 405 61 36
Binary 1000001 100111 1110001 101010 1000001 0 111000 100000101 110001 11110

Color Harmonies of #412771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412771

Black with #412771

Text Example


Text Example

White with #412771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412771; }

 p { color: rgb(65,39,113); }

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

background-color css

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

 a { background-color: rgb(65,39,113); }

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

border-color css

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

 span { border-color: rgb(65,39,113); }

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