Html Css Color HEX #41276F Windsor

📋 copy color: '#41276F'

red 65 ◦ green 39 ◦ blue 111

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

Shades of Windsor #41276F

Tints of Windsor #41276F

RGB

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

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

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

R = 30.23%
G = 18.14%
B = 51.63%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#41276F (or 0x41276F) is known color: Windsor. HEX triplet: 41, 27 and 6F. RGB value is (65,39,111). Sum of RGB (Red+Green+Blue) = 65+39+111=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #41276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41276F is #BED890. Grayscale: #363636. Windows color (decimal): -12507281 or 7284545. OLE color: 7284545.

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

Color convert

RGB 65 39 111 -
CMYK 0.41 0.65 0 0.56
HSL 261.67º 0.48% 0.29% -
HSV(B) 261.67º 0.65% 0.44% -
XYZ 5.77 3.72 15.45 -
YUV 54.98 159.61 135.15 -
System Red Green Blue C M Y K H S L
Decimal 65 39 111 0.41 0.65 0 0.56 261.67 0.48 0.29
Hex 41 27 6F 29 41 0 38 106 30 1D
Octal 101 47 157 51 101 0 70 406 60 35
Binary 1000001 100111 1101111 101001 1000001 0 111000 100000110 110000 11101

Color Harmonies of #41276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41276F

Black with #41276F

Text Example


Text Example

White with #41276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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