Html Css Color HEX #41296A Windsor

📋 copy color: '#41296A'

red 65 ◦ green 41 ◦ blue 106

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

Shades of Windsor #41296A

Tints of Windsor #41296A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 50%

R = 30.66%
G = 19.34%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41296A (or 0x41296A) is known color: Windsor. HEX triplet: 41, 29 and 6A. RGB value is (65,41,106). Sum of RGB (Red+Green+Blue) = 65+41+106=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #41296A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41296A is #BED695. Grayscale: #373737. Windows color (decimal): -12506774 or 6957377. OLE color: 6957377.

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

Color convert

RGB 65 41 106 -
CMYK 0.39 0.61 0 0.58
HSL 262.15º 0.44% 0.29% -
HSV(B) 262.15º 0.61% 0.42% -
XYZ 5.57 3.75 14.07 -
YUV 55.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 65 41 106 0.39 0.61 0 0.58 262.15 0.44 0.29
Hex 41 29 6A 27 3D 0 3A 106 2C 1D
Octal 101 51 152 47 75 0 72 406 54 35
Binary 1000001 101001 1101010 100111 111101 0 111010 100000110 101100 11101

Color Harmonies of #41296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41296A

Black with #41296A

Text Example


Text Example

White with #41296A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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