Html Css Color HEX #41208D Windsor

📋 copy color: '#41208D'

red 65 ◦ green 32 ◦ blue 141

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

Shades of Windsor #41208D

Tints of Windsor #41208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59.24%

R = 27.31%
G = 13.45%
B = 59.24%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41208D (or 0x41208D) is known color: Windsor. HEX triplet: 41, 20 and 8D. RGB value is (65,32,141). Sum of RGB (Red+Green+Blue) = 65+32+141=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #41208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41208D is #BEDF72. Grayscale: #353535. Windows color (decimal): -12509043 or 9248833. OLE color: 9248833.

HSL color Cylindrical-coordinate representation of color #41208D: hue angle of 258.17º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41208D is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 32 141 -
CMYK 0.54 0.77 0 0.45
HSL 258.17º 0.63% 0.34% -
HSV(B) 258.17º 0.77% 0.55% -
XYZ 7.5 4.08 25.59 -
YUV 54.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 65 32 141 0.54 0.77 0 0.45 258.17 0.63 0.34
Hex 41 20 8D 36 4D 0 2D 102 3F 22
Octal 101 40 215 66 115 0 55 402 77 42
Binary 1000001 100000 10001101 110110 1001101 0 101101 100000010 111111 100010

Color Harmonies of #41208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41208D

Black with #41208D

Text Example


Text Example

White with #41208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41208D; }

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

 H1.HeaderClassName
 {
   color: #41208D;
 }
 .AnyTagClassName
 {
   color: #41208D;
 }
</style>

background-color css

<style>
 a { background-color: #41208D; }

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

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

border-color css

<style>
 span { border-color: #41208D; }

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

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