Html Css Color HEX #41236D Windsor

📋 copy color: '#41236D'

red 65 ◦ green 35 ◦ blue 109

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

Shades of Windsor #41236D

Tints of Windsor #41236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.75%

 BLUE value IS 109 (42.97% from 255) = 52.15%

R = 31.1%
G = 16.75%
B = 52.15%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41236D (or 0x41236D) is known color: Windsor. HEX triplet: 41, 23 and 6D. RGB value is (65,35,109). Sum of RGB (Red+Green+Blue) = 65+35+109=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #41236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41236D is #BEDC92. Grayscale: #343434. Windows color (decimal): -12508307 or 7152449. OLE color: 7152449.

HSL color Cylindrical-coordinate representation of color #41236D: hue angle of 264.32º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41236D is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 35 109 -
CMYK 0.40 0.68 0 0.57
HSL 264.32º 0.51% 0.28% -
HSV(B) 264.32º 0.68% 0.43% -
XYZ 5.54 3.43 14.84 -
YUV 52.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 65 35 109 0.40 0.68 0 0.57 264.32 0.51 0.28
Hex 41 23 6D 28 44 0 39 108 33 1C
Octal 101 43 155 50 104 0 71 410 63 34
Binary 1000001 100011 1101101 101000 1000100 0 111001 100001000 110011 11100

Color Harmonies of #41236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41236D

Black with #41236D

Text Example


Text Example

White with #41236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,35,109); }

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

background-color css

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

 a { background-color: rgb(65,35,109); }

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

border-color css

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

 span { border-color: rgb(65,35,109); }

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