Html Css Color HEX #40277C Windsor

📋 copy color: '#40277C'

red 64 ◦ green 39 ◦ blue 124

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

Shades of Windsor #40277C

Tints of Windsor #40277C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.63%

R = 28.19%
G = 17.18%
B = 54.63%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40277C (or 0x40277C) is known color: Windsor. HEX triplet: 40, 27 and 7C. RGB value is (64,39,124). Sum of RGB (Red+Green+Blue) = 64+39+124=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #40277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40277C is #BFD883. Grayscale: #373737. Windows color (decimal): -12572804 or 8136512. OLE color: 8136512.

HSL color Cylindrical-coordinate representation of color #40277C: hue angle of 257.65º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40277C is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 39 124 -
CMYK 0.48 0.69 0 0.51
HSL 257.65º 0.52% 0.32% -
HSV(B) 257.65º 0.69% 0.49% -
XYZ 6.48 4 19.5 -
YUV 56.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 64 39 124 0.48 0.69 0 0.51 257.65 0.52 0.32
Hex 40 27 7C 30 45 0 33 102 34 20
Octal 100 47 174 60 105 0 63 402 64 40
Binary 1000000 100111 1111100 110000 1000101 0 110011 100000010 110100 100000

Color Harmonies of #40277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40277C

Black with #40277C

Text Example


Text Example

White with #40277C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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