Html Css Color HEX #412571 Windsor

📋 copy color: '#412571'

red 65 ◦ green 37 ◦ blue 113

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

Shades of Windsor #412571

Tints of Windsor #412571

RGB

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

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

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

R = 30.23%
G = 17.21%
B = 52.56%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#412571 (or 0x412571) is known color: Windsor. HEX triplet: 41, 25 and 71. RGB value is (65,37,113). Sum of RGB (Red+Green+Blue) = 65+37+113=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #412571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412571 is #BEDA8E. Grayscale: #353535. Windows color (decimal): -12507791 or 7415105. OLE color: 7415105.

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

Color convert

RGB 65 37 113 -
CMYK 0.42 0.67 0 0.56
HSL 262.11º 0.51% 0.29% -
HSV(B) 262.11º 0.67% 0.44% -
XYZ 5.82 3.64 16.02 -
YUV 54.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 65 37 113 0.42 0.67 0 0.56 262.11 0.51 0.29
Hex 41 25 71 2A 43 0 38 106 33 1D
Octal 101 45 161 52 103 0 70 406 63 35
Binary 1000001 100101 1110001 101010 1000011 0 111000 100000110 110011 11101

Color Harmonies of #412571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412571

Black with #412571

Text Example


Text Example

White with #412571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412571; }

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

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

background-color css

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

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

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

border-color css

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

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

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