Html Css Color HEX #41208A Windsor

📋 copy color: '#41208A'

red 65 ◦ green 32 ◦ blue 138

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

Shades of Windsor #41208A

Tints of Windsor #41208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 58.72%

R = 27.66%
G = 13.62%
B = 58.72%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41208A (or 0x41208A) is known color: Windsor. HEX triplet: 41, 20 and 8A. RGB value is (65,32,138). Sum of RGB (Red+Green+Blue) = 65+32+138=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #41208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41208A is #BEDF75. Grayscale: #353535. Windows color (decimal): -12509046 or 9052225. OLE color: 9052225.

HSL color Cylindrical-coordinate representation of color #41208A: hue angle of 258.68º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41208A is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 32 138 -
CMYK 0.53 0.77 0 0.46
HSL 258.68º 0.62% 0.33% -
HSV(B) 258.68º 0.77% 0.54% -
XYZ 7.28 3.99 24.43 -
YUV 53.95 175.43 135.88 -
System Red Green Blue C M Y K H S L
Decimal 65 32 138 0.53 0.77 0 0.46 258.68 0.62 0.33
Hex 41 20 8A 35 4D 0 2E 103 3E 21
Octal 101 40 212 65 115 0 56 403 76 41
Binary 1000001 100000 10001010 110101 1001101 0 101110 100000011 111110 100001

Color Harmonies of #41208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41208A

Black with #41208A

Text Example


Text Example

White with #41208A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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