Html Css Color HEX #41286E Windsor

📋 copy color: '#41286E'

red 65 ◦ green 40 ◦ blue 110

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

Shades of Windsor #41286E

Tints of Windsor #41286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.6%

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

R = 30.23%
G = 18.6%
B = 51.16%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41286E (or 0x41286E) is known color: Windsor. HEX triplet: 41, 28 and 6E. RGB value is (65,40,110). Sum of RGB (Red+Green+Blue) = 65+40+110=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #41286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41286E is #BED791. Grayscale: #373737. Windows color (decimal): -12507026 or 7219265. OLE color: 7219265.

HSL color Cylindrical-coordinate representation of color #41286E: hue angle of 261.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41286E is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 40 110 -
CMYK 0.41 0.64 0 0.57
HSL 261.43º 0.47% 0.29% -
HSV(B) 261.43º 0.64% 0.43% -
XYZ 5.75 3.77 15.18 -
YUV 55.46 158.78 134.81 -
System Red Green Blue C M Y K H S L
Decimal 65 40 110 0.41 0.64 0 0.57 261.43 0.47 0.29
Hex 41 28 6E 29 40 0 39 105 2F 1D
Octal 101 50 156 51 100 0 71 405 57 35
Binary 1000001 101000 1101110 101001 1000000 0 111001 100000101 101111 11101

Color Harmonies of #41286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41286E

Black with #41286E

Text Example


Text Example

White with #41286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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