Html Css Color HEX #40327D Windsor

📋 copy color: '#40327D'

red 64 ◦ green 50 ◦ blue 125

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

Shades of Windsor #40327D

Tints of Windsor #40327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.92%

 BLUE value IS 125 (49.22% from 255) = 52.3%

R = 26.78%
G = 20.92%
B = 52.3%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40327D (or 0x40327D) is known color: Windsor. HEX triplet: 40, 32 and 7D. RGB value is (64,50,125). Sum of RGB (Red+Green+Blue) = 64+50+125=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #40327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40327D is #BFCD82. Grayscale: #3E3E3E. Windows color (decimal): -12569987 or 8204864. OLE color: 8204864.

HSL color Cylindrical-coordinate representation of color #40327D: hue angle of 251.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40327D is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 50 125 -
CMYK 0.49 0.60 0 0.51
HSL 251.2º 0.43% 0.34% -
HSV(B) 251.2º 0.6% 0.49% -
XYZ 6.96 4.85 19.97 -
YUV 62.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 64 50 125 0.49 0.60 0 0.51 251.2 0.43 0.34
Hex 40 32 7D 31 3C 0 33 FB 2B 22
Octal 100 62 175 61 74 0 63 373 53 42
Binary 1000000 110010 1111101 110001 111100 0 110011 11111011 101011 100010

Color Harmonies of #40327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40327D

Black with #40327D

Text Example


Text Example

White with #40327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40327D; }

 p { color: rgb(64,50,125); }

 H1.HeaderClassName
 {
   color: #40327D;
 }
 .AnyTagClassName
 {
   color: #40327D;
 }
</style>

background-color css

<style>
 a { background-color: #40327D; }

 a { background-color: rgb(64,50,125); }

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

border-color css

<style>
 span { border-color: #40327D; }

 span { border-color: rgb(64,50,125); }

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