Html Css Color HEX #40228E Windsor

📋 copy color: '#40228E'

red 64 ◦ green 34 ◦ blue 142

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

Shades of Windsor #40228E

Tints of Windsor #40228E

RGB

 RED value IS 64 (25.39% from 255) = 26.67%

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

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

R = 26.67%
G = 14.17%
B = 59.17%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40228E (or 0x40228E) is known color: Windsor. HEX triplet: 40, 22 and 8E. RGB value is (64,34,142). Sum of RGB (Red+Green+Blue) = 64+34+142=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 34 (13.67% from 255 or 14.17% 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 #40228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40228E is #BFDD71. Grayscale: #363636. Windows color (decimal): -12574066 or 9314880. OLE color: 9314880.

HSL color Cylindrical-coordinate representation of color #40228E: hue angle of 256.67º 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 #40228E is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 34 142 -
CMYK 0.55 0.76 0 0.44
HSL 256.67º 0.61% 0.35% -
HSV(B) 256.67º 0.76% 0.56% -
XYZ 7.57 4.19 26 -
YUV 55.28 176.94 134.22 -
System Red Green Blue C M Y K H S L
Decimal 64 34 142 0.55 0.76 0 0.44 256.67 0.61 0.35
Hex 40 22 8E 37 4C 0 2C 101 3D 23
Octal 100 42 216 67 114 0 54 401 75 43
Binary 1000000 100010 10001110 110111 1001100 0 101100 100000001 111101 100011

Color Harmonies of #40228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40228E

Black with #40228E

Text Example


Text Example

White with #40228E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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