Html Css Color HEX #41246D Windsor

📋 copy color: '#41246D'

red 65 ◦ green 36 ◦ blue 109

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

Shades of Windsor #41246D

Tints of Windsor #41246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.14%

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

R = 30.95%
G = 17.14%
B = 51.9%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41246D (or 0x41246D) is known color: Windsor. HEX triplet: 41, 24 and 6D. RGB value is (65,36,109). Sum of RGB (Red+Green+Blue) = 65+36+109=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #41246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41246D is #BEDB92. Grayscale: #343434. Windows color (decimal): -12508051 or 7152705. OLE color: 7152705.

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

Color convert

RGB 65 36 109 -
CMYK 0.40 0.67 0 0.57
HSL 263.84º 0.5% 0.28% -
HSV(B) 263.84º 0.67% 0.43% -
XYZ 5.57 3.49 14.85 -
YUV 52.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 65 36 109 0.40 0.67 0 0.57 263.84 0.5 0.28
Hex 41 24 6D 28 43 0 39 108 32 1C
Octal 101 44 155 50 103 0 71 410 62 34
Binary 1000001 100100 1101101 101000 1000011 0 111001 100001000 110010 11100

Color Harmonies of #41246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41246D

Black with #41246D

Text Example


Text Example

White with #41246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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