Html Css Color HEX #40247F Windsor

📋 copy color: '#40247F'

red 64 ◦ green 36 ◦ blue 127

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

Shades of Windsor #40247F

Tints of Windsor #40247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

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

R = 28.19%
G = 15.86%
B = 55.95%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40247F (or 0x40247F) is known color: Windsor. HEX triplet: 40, 24 and 7F. RGB value is (64,36,127). Sum of RGB (Red+Green+Blue) = 64+36+127=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #40247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40247F is #BFDB80. Grayscale: #363636. Windows color (decimal): -12573569 or 8332352. OLE color: 8332352.

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

Color convert

RGB 64 36 127 -
CMYK 0.50 0.72 0 0.50
HSL 258.46º 0.56% 0.32% -
HSV(B) 258.46º 0.72% 0.5% -
XYZ 6.58 3.88 20.48 -
YUV 54.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 64 36 127 0.50 0.72 0 0.50 258.46 0.56 0.32
Hex 40 24 7F 32 48 0 32 102 38 20
Octal 100 44 177 62 110 0 62 402 70 40
Binary 1000000 100100 1111111 110010 1001000 0 110010 100000010 111000 100000

Color Harmonies of #40247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40247F

Black with #40247F

Text Example


Text Example

White with #40247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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