Html Css Color HEX #40287F Windsor

📋 copy color: '#40287F'

red 64 ◦ green 40 ◦ blue 127

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

Shades of Windsor #40287F

Tints of Windsor #40287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

 BLUE value IS 127 (50% from 255) = 54.98%

R = 27.71%
G = 17.32%
B = 54.98%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40287F (or 0x40287F) is known color: Windsor. HEX triplet: 40, 28 and 7F. RGB value is (64,40,127). Sum of RGB (Red+Green+Blue) = 64+40+127=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #40287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40287F is #BFD780. Grayscale: #383838. Windows color (decimal): -12572545 or 8333376. OLE color: 8333376.

HSL color Cylindrical-coordinate representation of color #40287F: hue angle of 256.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40287F is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 40 127 -
CMYK 0.50 0.69 0 0.50
HSL 256.55º 0.52% 0.33% -
HSV(B) 256.55º 0.69% 0.5% -
XYZ 6.7 4.14 20.52 -
YUV 57.09 167.45 132.93 -
System Red Green Blue C M Y K H S L
Decimal 64 40 127 0.50 0.69 0 0.50 256.55 0.52 0.33
Hex 40 28 7F 32 45 0 32 101 34 21
Octal 100 50 177 62 105 0 62 401 64 41
Binary 1000000 101000 1111111 110010 1000101 0 110010 100000001 110100 100001

Color Harmonies of #40287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40287F

Black with #40287F

Text Example


Text Example

White with #40287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,40,127); }

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

background-color css

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

 a { background-color: rgb(64,40,127); }

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

border-color css

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

 span { border-color: rgb(64,40,127); }

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