Html Css Color HEX #41276E Windsor

📋 copy color: '#41276E'

red 65 ◦ green 39 ◦ blue 110

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

Shades of Windsor #41276E

Tints of Windsor #41276E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

 BLUE value IS 110 (43.36% from 255) = 51.4%

R = 30.37%
G = 18.22%
B = 51.4%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41276E (or 0x41276E) is known color: Windsor. HEX triplet: 41, 27 and 6E. RGB value is (65,39,110). Sum of RGB (Red+Green+Blue) = 65+39+110=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #41276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41276E is #BED891. Grayscale: #363636. Windows color (decimal): -12507282 or 7219009. OLE color: 7219009.

HSL color Cylindrical-coordinate representation of color #41276E: hue angle of 261.97º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41276E is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 39 110 -
CMYK 0.41 0.65 0 0.57
HSL 261.97º 0.48% 0.29% -
HSV(B) 261.97º 0.65% 0.43% -
XYZ 5.72 3.7 15.16 -
YUV 54.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 65 39 110 0.41 0.65 0 0.57 261.97 0.48 0.29
Hex 41 27 6E 29 41 0 39 106 30 1D
Octal 101 47 156 51 101 0 71 406 60 35
Binary 1000001 100111 1101110 101001 1000001 0 111001 100000110 110000 11101

Color Harmonies of #41276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41276E

Black with #41276E

Text Example


Text Example

White with #41276E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41276E; }

 p { color: rgb(65,39,110); }

 H1.HeaderClassName
 {
   color: #41276E;
 }
 .AnyTagClassName
 {
   color: #41276E;
 }
</style>

background-color css

<style>
 a { background-color: #41276E; }

 a { background-color: rgb(65,39,110); }

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

border-color css

<style>
 span { border-color: #41276E; }

 span { border-color: rgb(65,39,110); }

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