Html Css Color HEX #412D7F Windsor

📋 copy color: '#412D7F'

red 65 ◦ green 45 ◦ blue 127

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

Shades of Windsor #412D7F

Tints of Windsor #412D7F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.99%

 BLUE value IS 127 (50% from 255) = 53.59%

R = 27.43%
G = 18.99%
B = 53.59%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#412D7F (or 0x412D7F) is known color: Windsor. HEX triplet: 41, 2D and 7F. RGB value is (65,45,127). Sum of RGB (Red+Green+Blue) = 65+45+127=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #412D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412D7F is #BED280. Grayscale: #3C3C3C. Windows color (decimal): -12505729 or 8334657. OLE color: 8334657.

HSL color Cylindrical-coordinate representation of color #412D7F: hue angle of 254.63º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #412D7F is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 45 127 -
CMYK 0.49 0.65 0 0.50
HSL 254.63º 0.48% 0.34% -
HSV(B) 254.63º 0.65% 0.5% -
XYZ 6.95 4.53 20.59 -
YUV 60.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 65 45 127 0.49 0.65 0 0.50 254.63 0.48 0.34
Hex 41 2D 7F 31 41 0 32 FF 30 22
Octal 101 55 177 61 101 0 62 377 60 42
Binary 1000001 101101 1111111 110001 1000001 0 110010 11111111 110000 100010

Color Harmonies of #412D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D7F

Black with #412D7F

Text Example


Text Example

White with #412D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412D7F; }

 p { color: rgb(65,45,127); }

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

background-color css

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

 a { background-color: rgb(65,45,127); }

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

border-color css

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

 span { border-color: rgb(65,45,127); }

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