Html Css Color HEX #40256D Windsor

📋 copy color: '#40256D'

red 64 ◦ green 37 ◦ blue 109

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

Shades of Windsor #40256D

Tints of Windsor #40256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 109 (42.97% from 255) = 51.9%

R = 30.48%
G = 17.62%
B = 51.9%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40256D (or 0x40256D) is known color: Windsor. HEX triplet: 40, 25 and 6D. RGB value is (64,37,109). Sum of RGB (Red+Green+Blue) = 64+37+109=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #40256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40256D is #BFDA92. Grayscale: #353535. Windows color (decimal): -12573331 or 7152960. OLE color: 7152960.

HSL color Cylindrical-coordinate representation of color #40256D: hue angle of 262.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40256D is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 37 109 -
CMYK 0.41 0.66 0 0.57
HSL 262.5º 0.49% 0.29% -
HSV(B) 262.5º 0.66% 0.43% -
XYZ 5.54 3.52 14.86 -
YUV 53.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 64 37 109 0.41 0.66 0 0.57 262.5 0.49 0.29
Hex 40 25 6D 29 42 0 39 106 31 1D
Octal 100 45 155 51 102 0 71 406 61 35
Binary 1000000 100101 1101101 101001 1000010 0 111001 100000110 110001 11101

Color Harmonies of #40256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40256D

Black with #40256D

Text Example


Text Example

White with #40256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,37,109); }

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

background-color css

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

 a { background-color: rgb(64,37,109); }

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

border-color css

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

 span { border-color: rgb(64,37,109); }

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