Html Css Color HEX #412171 Windsor

📋 copy color: '#412171'

red 65 ◦ green 33 ◦ blue 113

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

Shades of Windsor #412171

Tints of Windsor #412171

RGB

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

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

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

R = 30.81%
G = 15.64%
B = 53.55%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#412171 (or 0x412171) is known color: Windsor. HEX triplet: 41, 21 and 71. RGB value is (65,33,113). Sum of RGB (Red+Green+Blue) = 65+33+113=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #412171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412171 is #BEDE8E. Grayscale: #333333. Windows color (decimal): -12508815 or 7414081. OLE color: 7414081.

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

Color convert

RGB 65 33 113 -
CMYK 0.42 0.71 0 0.56
HSL 264º 0.55% 0.29% -
HSV(B) 264º 0.71% 0.44% -
XYZ 5.7 3.4 15.98 -
YUV 51.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 65 33 113 0.42 0.71 0 0.56 264 0.55 0.29
Hex 41 21 71 2A 47 0 38 108 37 1D
Octal 101 41 161 52 107 0 70 410 67 35
Binary 1000001 100001 1110001 101010 1000111 0 111000 100001000 110111 11101

Color Harmonies of #412171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412171

Black with #412171

Text Example


Text Example

White with #412171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412171; }

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

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

background-color css

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

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

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

border-color css

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

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

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