Html Css Color HEX #41228E Windsor

📋 copy color: '#41228E'

red 65 ◦ green 34 ◦ blue 142

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

Shades of Windsor #41228E

Tints of Windsor #41228E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.11%

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 26.97%
G = 14.11%
B = 58.92%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41228E (or 0x41228E) is known color: Windsor. HEX triplet: 41, 22 and 8E. RGB value is (65,34,142). Sum of RGB (Red+Green+Blue) = 65+34+142=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #41228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41228E is #BEDD71. Grayscale: #373737. Windows color (decimal): -12508530 or 9314881. OLE color: 9314881.

HSL color Cylindrical-coordinate representation of color #41228E: hue angle of 257.22º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41228E is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 34 142 -
CMYK 0.54 0.76 0 0.44
HSL 257.22º 0.61% 0.35% -
HSV(B) 257.22º 0.76% 0.56% -
XYZ 7.63 4.22 26 -
YUV 55.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 65 34 142 0.54 0.76 0 0.44 257.22 0.61 0.35
Hex 41 22 8E 36 4C 0 2C 101 3D 23
Octal 101 42 216 66 114 0 54 401 75 43
Binary 1000001 100010 10001110 110110 1001100 0 101100 100000001 111101 100011

Color Harmonies of #41228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41228E

Black with #41228E

Text Example


Text Example

White with #41228E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,34,142); }

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

background-color css

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

 a { background-color: rgb(65,34,142); }

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

border-color css

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

 span { border-color: rgb(65,34,142); }

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