Html Css Color HEX #40208C Windsor

📋 copy color: '#40208C'

red 64 ◦ green 32 ◦ blue 140

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

Shades of Windsor #40208C

Tints of Windsor #40208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.32%

R = 27.12%
G = 13.56%
B = 59.32%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40208C (or 0x40208C) is known color: Windsor. HEX triplet: 40, 20 and 8C. RGB value is (64,32,140). Sum of RGB (Red+Green+Blue) = 64+32+140=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #40208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40208C is #BFDF73. Grayscale: #353535. Windows color (decimal): -12574580 or 9183296. OLE color: 9183296.

HSL color Cylindrical-coordinate representation of color #40208C: hue angle of 257.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40208C is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 32 140 -
CMYK 0.54 0.77 0 0.45
HSL 257.78º 0.63% 0.34% -
HSV(B) 257.78º 0.77% 0.55% -
XYZ 7.36 4.02 25.2 -
YUV 53.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 64 32 140 0.54 0.77 0 0.45 257.78 0.63 0.34
Hex 40 20 8C 36 4D 0 2D 102 3F 22
Octal 100 40 214 66 115 0 55 402 77 42
Binary 1000000 100000 10001100 110110 1001101 0 101101 100000010 111111 100010

Color Harmonies of #40208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40208C

Black with #40208C

Text Example


Text Example

White with #40208C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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