Html Css Color HEX #41206F Windsor

📋 copy color: '#41206F'

red 65 ◦ green 32 ◦ blue 111

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

Shades of Windsor #41206F

Tints of Windsor #41206F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.38%

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

R = 31.25%
G = 15.38%
B = 53.37%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#41206F (or 0x41206F) is known color: Windsor. HEX triplet: 41, 20 and 6F. RGB value is (65,32,111). Sum of RGB (Red+Green+Blue) = 65+32+111=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #41206F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41206F is #BEDF90. Grayscale: #323232. Windows color (decimal): -12509073 or 7282753. OLE color: 7282753.

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

Color convert

RGB 65 32 111 -
CMYK 0.41 0.71 0 0.56
HSL 265.06º 0.55% 0.28% -
HSV(B) 265.06º 0.71% 0.44% -
XYZ 5.57 3.3 15.38 -
YUV 50.87 161.93 138.08 -
System Red Green Blue C M Y K H S L
Decimal 65 32 111 0.41 0.71 0 0.56 265.06 0.55 0.28
Hex 41 20 6F 29 47 0 38 109 37 1C
Octal 101 40 157 51 107 0 70 411 67 34
Binary 1000001 100000 1101111 101001 1000111 0 111000 100001001 110111 11100

Color Harmonies of #41206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41206F

Black with #41206F

Text Example


Text Example

White with #41206F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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