Html Css Color HEX #41266E Windsor

📋 copy color: '#41266E'

red 65 ◦ green 38 ◦ blue 110

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

Shades of Windsor #41266E

Tints of Windsor #41266E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.64%

R = 30.52%
G = 17.84%
B = 51.64%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41266E (or 0x41266E) is known color: Windsor. HEX triplet: 41, 26 and 6E. RGB value is (65,38,110). Sum of RGB (Red+Green+Blue) = 65+38+110=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #41266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41266E is #BED991. Grayscale: #363636. Windows color (decimal): -12507538 or 7218753. OLE color: 7218753.

HSL color Cylindrical-coordinate representation of color #41266E: hue angle of 262.5º degrees, saturation: 0.49, 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 #41266E is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 38 110 -
CMYK 0.41 0.65 0 0.57
HSL 262.5º 0.49% 0.29% -
HSV(B) 262.5º 0.65% 0.43% -
XYZ 5.69 3.64 15.15 -
YUV 54.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 65 38 110 0.41 0.65 0 0.57 262.5 0.49 0.29
Hex 41 26 6E 29 41 0 39 106 31 1D
Octal 101 46 156 51 101 0 71 406 61 35
Binary 1000001 100110 1101110 101001 1000001 0 111001 100000110 110001 11101

Color Harmonies of #41266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41266E

Black with #41266E

Text Example


Text Example

White with #41266E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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