Html Css Color HEX #41218E Windsor

📋 copy color: '#41218E'

red 65 ◦ green 33 ◦ blue 142

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

Shades of Windsor #41218E

Tints of Windsor #41218E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.75%

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

R = 27.08%
G = 13.75%
B = 59.17%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41218E (or 0x41218E) is known color: Windsor. HEX triplet: 41, 21 and 8E. RGB value is (65,33,142). Sum of RGB (Red+Green+Blue) = 65+33+142=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #41218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41218E is #BEDE71. Grayscale: #363636. Windows color (decimal): -12508786 or 9314625. OLE color: 9314625.

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

Color convert

RGB 65 33 142 -
CMYK 0.54 0.77 0 0.44
HSL 257.61º 0.62% 0.34% -
HSV(B) 257.61º 0.77% 0.56% -
XYZ 7.61 4.16 25.99 -
YUV 54.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 65 33 142 0.54 0.77 0 0.44 257.61 0.62 0.34
Hex 41 21 8E 36 4D 0 2C 102 3E 22
Octal 101 41 216 66 115 0 54 402 76 42
Binary 1000001 100001 10001110 110110 1001101 0 101100 100000010 111110 100010

Color Harmonies of #41218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41218E

Black with #41218E

Text Example


Text Example

White with #41218E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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