Html Css Color HEX #41276B Windsor

📋 copy color: '#41276B'

red 65 ◦ green 39 ◦ blue 107

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

Shades of Windsor #41276B

Tints of Windsor #41276B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50.71%

R = 30.81%
G = 18.48%
B = 50.71%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41276B (or 0x41276B) is known color: Windsor. HEX triplet: 41, 27 and 6B. RGB value is (65,39,107). Sum of RGB (Red+Green+Blue) = 65+39+107=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #41276B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41276B is #BED894. Grayscale: #363636. Windows color (decimal): -12507285 or 7022401. OLE color: 7022401.

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

Color convert

RGB 65 39 107 -
CMYK 0.39 0.64 0 0.58
HSL 262.94º 0.47% 0.29% -
HSV(B) 262.94º 0.64% 0.42% -
XYZ 5.56 3.64 14.32 -
YUV 54.53 157.61 135.47 -
System Red Green Blue C M Y K H S L
Decimal 65 39 107 0.39 0.64 0 0.58 262.94 0.47 0.29
Hex 41 27 6B 27 40 0 3A 107 2F 1D
Octal 101 47 153 47 100 0 72 407 57 35
Binary 1000001 100111 1101011 100111 1000000 0 111010 100000111 101111 11101

Color Harmonies of #41276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41276B

Black with #41276B

Text Example


Text Example

White with #41276B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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