Html Css Color HEX #41237E Windsor

📋 copy color: '#41237E'

red 65 ◦ green 35 ◦ blue 126

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

Shades of Windsor #41237E

Tints of Windsor #41237E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 55.75%

R = 28.76%
G = 15.49%
B = 55.75%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41237E (or 0x41237E) is known color: Windsor. HEX triplet: 41, 23 and 7E. RGB value is (65,35,126). Sum of RGB (Red+Green+Blue) = 65+35+126=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #41237E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41237E is #BEDC81. Grayscale: #363636. Windows color (decimal): -12508290 or 8266561. OLE color: 8266561.

HSL color Cylindrical-coordinate representation of color #41237E: hue angle of 259.78º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41237E is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 35 126 -
CMYK 0.48 0.72 0 0.51
HSL 259.78º 0.57% 0.32% -
HSV(B) 259.78º 0.72% 0.49% -
XYZ 6.55 3.83 20.13 -
YUV 54.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 65 35 126 0.48 0.72 0 0.51 259.78 0.57 0.32
Hex 41 23 7E 30 48 0 33 104 39 20
Octal 101 43 176 60 110 0 63 404 71 40
Binary 1000001 100011 1111110 110000 1001000 0 110011 100000100 111001 100000

Color Harmonies of #41237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41237E

Black with #41237E

Text Example


Text Example

White with #41237E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41237E; }

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

 H1.HeaderClassName
 {
   color: #41237E;
 }
 .AnyTagClassName
 {
   color: #41237E;
 }
</style>

background-color css

<style>
 a { background-color: #41237E; }

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

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

border-color css

<style>
 span { border-color: #41237E; }

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

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