Html Css Color HEX #41266D Windsor

📋 copy color: '#41266D'

red 65 ◦ green 38 ◦ blue 109

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

Shades of Windsor #41266D

Tints of Windsor #41266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.92%

 BLUE value IS 109 (42.97% from 255) = 51.42%

R = 30.66%
G = 17.92%
B = 51.42%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41266D (or 0x41266D) is known color: Windsor. HEX triplet: 41, 26 and 6D. RGB value is (65,38,109). Sum of RGB (Red+Green+Blue) = 65+38+109=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #41266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41266D is #BED992. Grayscale: #353535. Windows color (decimal): -12507539 or 7153217. OLE color: 7153217.

HSL color Cylindrical-coordinate representation of color #41266D: hue angle of 262.82º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41266D is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 38 109 -
CMYK 0.40 0.65 0 0.57
HSL 262.82º 0.48% 0.29% -
HSV(B) 262.82º 0.65% 0.43% -
XYZ 5.63 3.61 14.87 -
YUV 54.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 65 38 109 0.40 0.65 0 0.57 262.82 0.48 0.29
Hex 41 26 6D 28 41 0 39 107 30 1D
Octal 101 46 155 50 101 0 71 407 60 35
Binary 1000001 100110 1101101 101000 1000001 0 111001 100000111 110000 11101

Color Harmonies of #41266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41266D

Black with #41266D

Text Example


Text Example

White with #41266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41266D; }

 p { color: rgb(65,38,109); }

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

background-color css

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

 a { background-color: rgb(65,38,109); }

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

border-color css

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

 span { border-color: rgb(65,38,109); }

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