Html Css Color HEX #41286D Windsor

📋 copy color: '#41286D'

red 65 ◦ green 40 ◦ blue 109

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

Shades of Windsor #41286D

Tints of Windsor #41286D

RGB

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

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

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

R = 30.37%
G = 18.69%
B = 50.93%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41286D (or 0x41286D) is known color: Windsor. HEX triplet: 41, 28 and 6D. RGB value is (65,40,109). Sum of RGB (Red+Green+Blue) = 65+40+109=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #41286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41286D is #BED792. Grayscale: #373737. Windows color (decimal): -12507027 or 7153729. OLE color: 7153729.

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

Color convert

RGB 65 40 109 -
CMYK 0.40 0.63 0 0.57
HSL 261.74º 0.46% 0.29% -
HSV(B) 261.74º 0.63% 0.43% -
XYZ 5.7 3.75 14.89 -
YUV 55.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 65 40 109 0.40 0.63 0 0.57 261.74 0.46 0.29
Hex 41 28 6D 28 3F 0 39 106 2E 1D
Octal 101 50 155 50 77 0 71 406 56 35
Binary 1000001 101000 1101101 101000 111111 0 111001 100000110 101110 11101

Color Harmonies of #41286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41286D

Black with #41286D

Text Example


Text Example

White with #41286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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