Html Css Color HEX #40256F Windsor

📋 copy color: '#40256F'

red 64 ◦ green 37 ◦ blue 111

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

Shades of Windsor #40256F

Tints of Windsor #40256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.36%

R = 30.19%
G = 17.45%
B = 52.36%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40256F (or 0x40256F) is known color: Windsor. HEX triplet: 40, 25 and 6F. RGB value is (64,37,111). Sum of RGB (Red+Green+Blue) = 64+37+111=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #40256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40256F is #BFDA90. Grayscale: #353535. Windows color (decimal): -12573329 or 7284032. OLE color: 7284032.

HSL color Cylindrical-coordinate representation of color #40256F: hue angle of 261.89º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40256F is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 37 111 -
CMYK 0.42 0.67 0 0.56
HSL 261.89º 0.5% 0.29% -
HSV(B) 261.89º 0.67% 0.44% -
XYZ 5.65 3.56 15.43 -
YUV 53.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 64 37 111 0.42 0.67 0 0.56 261.89 0.5 0.29
Hex 40 25 6F 2A 43 0 38 106 32 1D
Octal 100 45 157 52 103 0 70 406 62 35
Binary 1000000 100101 1101111 101010 1000011 0 111000 100000110 110010 11101

Color Harmonies of #40256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40256F

Black with #40256F

Text Example


Text Example

White with #40256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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