Html Css Color HEX #41238D Windsor

📋 copy color: '#41238D'

red 65 ◦ green 35 ◦ blue 141

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

Shades of Windsor #41238D

Tints of Windsor #41238D

RGB

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

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

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

R = 26.97%
G = 14.52%
B = 58.51%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41238D (or 0x41238D) is known color: Windsor. HEX triplet: 41, 23 and 8D. RGB value is (65,35,141). Sum of RGB (Red+Green+Blue) = 65+35+141=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #41238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41238D is #BEDC72. Grayscale: #373737. Windows color (decimal): -12508275 or 9249601. OLE color: 9249601.

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

Color convert

RGB 65 35 141 -
CMYK 0.54 0.75 0 0.45
HSL 256.98º 0.6% 0.35% -
HSV(B) 256.98º 0.75% 0.55% -
XYZ 7.59 4.25 25.62 -
YUV 56.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 65 35 141 0.54 0.75 0 0.45 256.98 0.6 0.35
Hex 41 23 8D 36 4B 0 2D 101 3C 23
Octal 101 43 215 66 113 0 55 401 74 43
Binary 1000001 100011 10001101 110110 1001011 0 101101 100000001 111100 100011

Color Harmonies of #41238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41238D

Black with #41238D

Text Example


Text Example

White with #41238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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