Html Css Color HEX #41296D Windsor

📋 copy color: '#41296D'

red 65 ◦ green 41 ◦ blue 109

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

Shades of Windsor #41296D

Tints of Windsor #41296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.07%

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

R = 30.23%
G = 19.07%
B = 50.7%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41296D (or 0x41296D) is known color: Windsor. HEX triplet: 41, 29 and 6D. RGB value is (65,41,109). Sum of RGB (Red+Green+Blue) = 65+41+109=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #41296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41296D is #BED692. Grayscale: #373737. Windows color (decimal): -12506771 or 7153985. OLE color: 7153985.

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

Color convert

RGB 65 41 109 -
CMYK 0.40 0.62 0 0.57
HSL 261.18º 0.45% 0.29% -
HSV(B) 261.18º 0.62% 0.43% -
XYZ 5.73 3.81 14.9 -
YUV 55.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 65 41 109 0.40 0.62 0 0.57 261.18 0.45 0.29
Hex 41 29 6D 28 3E 0 39 105 2D 1D
Octal 101 51 155 50 76 0 71 405 55 35
Binary 1000001 101001 1101101 101000 111110 0 111001 100000101 101101 11101

Color Harmonies of #41296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41296D

Black with #41296D

Text Example


Text Example

White with #41296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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