Html Css Color HEX #41207F Windsor

📋 copy color: '#41207F'

red 65 ◦ green 32 ◦ blue 127

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

Shades of Windsor #41207F

Tints of Windsor #41207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 56.7%

R = 29.02%
G = 14.29%
B = 56.7%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41207F (or 0x41207F) is known color: Windsor. HEX triplet: 41, 20 and 7F. RGB value is (65,32,127). Sum of RGB (Red+Green+Blue) = 65+32+127=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #41207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41207F is #BEDF80. Grayscale: #343434. Windows color (decimal): -12509057 or 8331329. OLE color: 8331329.

HSL color Cylindrical-coordinate representation of color #41207F: hue angle of 260.84º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41207F is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 32 127 -
CMYK 0.49 0.75 0 0.50
HSL 260.84º 0.6% 0.31% -
HSV(B) 260.84º 0.75% 0.5% -
XYZ 6.53 3.69 20.45 -
YUV 52.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 65 32 127 0.49 0.75 0 0.50 260.84 0.6 0.31
Hex 41 20 7F 31 4B 0 32 105 3C 1F
Octal 101 40 177 61 113 0 62 405 74 37
Binary 1000001 100000 1111111 110001 1001011 0 110010 100000101 111100 11111

Color Harmonies of #41207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41207F

Black with #41207F

Text Example


Text Example

White with #41207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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