Html Css Color HEX #41296F Windsor

📋 copy color: '#41296F'

red 65 ◦ green 41 ◦ blue 111

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

Shades of Windsor #41296F

Tints of Windsor #41296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 51.15%

R = 29.95%
G = 18.89%
B = 51.15%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#41296F (or 0x41296F) is known color: Windsor. HEX triplet: 41, 29 and 6F. RGB value is (65,41,111). Sum of RGB (Red+Green+Blue) = 65+41+111=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #41296F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41296F is #BED690. Grayscale: #373737. Windows color (decimal): -12506769 or 7285057. OLE color: 7285057.

HSL color Cylindrical-coordinate representation of color #41296F: hue angle of 260.57º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41296F is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 41 111 -
CMYK 0.41 0.63 0 0.56
HSL 260.57º 0.46% 0.3% -
HSV(B) 260.57º 0.63% 0.44% -
XYZ 5.84 3.86 15.48 -
YUV 56.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 65 41 111 0.41 0.63 0 0.56 260.57 0.46 0.3
Hex 41 29 6F 29 3F 0 38 105 2E 1E
Octal 101 51 157 51 77 0 70 405 56 36
Binary 1000001 101001 1101111 101001 111111 0 111000 100000101 101110 11110

Color Harmonies of #41296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41296F

Black with #41296F

Text Example


Text Example

White with #41296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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