Html Css Color HEX #40276F Windsor

📋 copy color: '#40276F'

red 64 ◦ green 39 ◦ blue 111

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

Shades of Windsor #40276F

Tints of Windsor #40276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

 BLUE value IS 111 (43.75% from 255) = 51.87%

R = 29.91%
G = 18.22%
B = 51.87%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40276F (or 0x40276F) is known color: Windsor. HEX triplet: 40, 27 and 6F. RGB value is (64,39,111). Sum of RGB (Red+Green+Blue) = 64+39+111=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #40276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40276F is #BFD890. Grayscale: #363636. Windows color (decimal): -12572817 or 7284544. OLE color: 7284544.

HSL color Cylindrical-coordinate representation of color #40276F: hue angle of 260.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40276F is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 39 111 -
CMYK 0.42 0.65 0 0.56
HSL 260.83º 0.48% 0.29% -
HSV(B) 260.83º 0.65% 0.44% -
XYZ 5.71 3.69 15.45 -
YUV 54.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 64 39 111 0.42 0.65 0 0.56 260.83 0.48 0.29
Hex 40 27 6F 2A 41 0 38 105 30 1D
Octal 100 47 157 52 101 0 70 405 60 35
Binary 1000000 100111 1101111 101010 1000001 0 111000 100000101 110000 11101

Color Harmonies of #40276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40276F

Black with #40276F

Text Example


Text Example

White with #40276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40276F; }

 p { color: rgb(64,39,111); }

 H1.HeaderClassName
 {
   color: #40276F;
 }
 .AnyTagClassName
 {
   color: #40276F;
 }
</style>

background-color css

<style>
 a { background-color: #40276F; }

 a { background-color: rgb(64,39,111); }

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

border-color css

<style>
 span { border-color: #40276F; }

 span { border-color: rgb(64,39,111); }

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