Html Css Color HEX #40246E Windsor

📋 copy color: '#40246E'

red 64 ◦ green 36 ◦ blue 110

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

Shades of Windsor #40246E

Tints of Windsor #40246E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 52.38%

R = 30.48%
G = 17.14%
B = 52.38%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40246E (or 0x40246E) is known color: Windsor. HEX triplet: 40, 24 and 6E. RGB value is (64,36,110). Sum of RGB (Red+Green+Blue) = 64+36+110=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #40246E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40246E is #BFDB91. Grayscale: #343434. Windows color (decimal): -12573586 or 7218240. OLE color: 7218240.

HSL color Cylindrical-coordinate representation of color #40246E: hue angle of 262.7º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40246E is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 36 110 -
CMYK 0.42 0.67 0 0.57
HSL 262.7º 0.51% 0.29% -
HSV(B) 262.7º 0.67% 0.43% -
XYZ 5.56 3.48 15.13 -
YUV 52.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 64 36 110 0.42 0.67 0 0.57 262.7 0.51 0.29
Hex 40 24 6E 2A 43 0 39 107 33 1D
Octal 100 44 156 52 103 0 71 407 63 35
Binary 1000000 100100 1101110 101010 1000011 0 111001 100000111 110011 11101

Color Harmonies of #40246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40246E

Black with #40246E

Text Example


Text Example

White with #40246E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40246E; }

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

 H1.HeaderClassName
 {
   color: #40246E;
 }
 .AnyTagClassName
 {
   color: #40246E;
 }
</style>

background-color css

<style>
 a { background-color: #40246E; }

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

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

border-color css

<style>
 span { border-color: #40246E; }

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

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