Html Css Color HEX #41296C Windsor

📋 copy color: '#41296C'

red 65 ◦ green 41 ◦ blue 108

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

Shades of Windsor #41296C

Tints of Windsor #41296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.47%

R = 30.37%
G = 19.16%
B = 50.47%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41296C (or 0x41296C) is known color: Windsor. HEX triplet: 41, 29 and 6C. RGB value is (65,41,108). Sum of RGB (Red+Green+Blue) = 65+41+108=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #41296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41296C is #BED693. Grayscale: #373737. Windows color (decimal): -12506772 or 7088449. OLE color: 7088449.

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

Color convert

RGB 65 41 108 -
CMYK 0.40 0.62 0 0.58
HSL 261.49º 0.45% 0.29% -
HSV(B) 261.49º 0.62% 0.42% -
XYZ 5.68 3.79 14.62 -
YUV 55.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 65 41 108 0.40 0.62 0 0.58 261.49 0.45 0.29
Hex 41 29 6C 28 3E 0 3A 105 2D 1D
Octal 101 51 154 50 76 0 72 405 55 35
Binary 1000001 101001 1101100 101000 111110 0 111010 100000101 101101 11101

Color Harmonies of #41296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41296C

Black with #41296C

Text Example


Text Example

White with #41296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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