Html Css Color HEX #40267D Windsor

📋 copy color: '#40267D'

red 64 ◦ green 38 ◦ blue 125

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

Shades of Windsor #40267D

Tints of Windsor #40267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.74%

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

R = 28.19%
G = 16.74%
B = 55.07%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40267D (or 0x40267D) is known color: Windsor. HEX triplet: 40, 26 and 7D. RGB value is (64,38,125). Sum of RGB (Red+Green+Blue) = 64+38+125=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #40267D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40267D is #BFD982. Grayscale: #373737. Windows color (decimal): -12573059 or 8201792. OLE color: 8201792.

HSL color Cylindrical-coordinate representation of color #40267D: hue angle of 257.93º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40267D is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 38 125 -
CMYK 0.49 0.70 0 0.51
HSL 257.93º 0.53% 0.32% -
HSV(B) 257.93º 0.7% 0.49% -
XYZ 6.51 3.96 19.82 -
YUV 55.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 64 38 125 0.49 0.70 0 0.51 257.93 0.53 0.32
Hex 40 26 7D 31 46 0 33 102 35 20
Octal 100 46 175 61 106 0 63 402 65 40
Binary 1000000 100110 1111101 110001 1000110 0 110011 100000010 110101 100000

Color Harmonies of #40267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40267D

Black with #40267D

Text Example


Text Example

White with #40267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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