Html Css Color HEX #40208E Windsor

📋 copy color: '#40208E'

red 64 ◦ green 32 ◦ blue 142

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

Shades of Windsor #40208E

Tints of Windsor #40208E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.45%

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

R = 26.89%
G = 13.45%
B = 59.66%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40208E (or 0x40208E) is known color: Windsor. HEX triplet: 40, 20 and 8E. RGB value is (64,32,142). Sum of RGB (Red+Green+Blue) = 64+32+142=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #40208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40208E is #BFDF71. Grayscale: #353535. Windows color (decimal): -12574578 or 9314368. OLE color: 9314368.

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

Color convert

RGB 64 32 142 -
CMYK 0.55 0.77 0 0.44
HSL 257.45º 0.63% 0.34% -
HSV(B) 257.45º 0.77% 0.56% -
XYZ 7.51 4.08 25.98 -
YUV 54.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 64 32 142 0.55 0.77 0 0.44 257.45 0.63 0.34
Hex 40 20 8E 37 4D 0 2C 101 3F 22
Octal 100 40 216 67 115 0 54 401 77 42
Binary 1000000 100000 10001110 110111 1001101 0 101100 100000001 111111 100010

Color Harmonies of #40208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40208E

Black with #40208E

Text Example


Text Example

White with #40208E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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