Html Css Color HEX #40266C Windsor

📋 copy color: '#40266C'

red 64 ◦ green 38 ◦ blue 108

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

Shades of Windsor #40266C

Tints of Windsor #40266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.43%

R = 30.48%
G = 18.1%
B = 51.43%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40266C (or 0x40266C) is known color: Windsor. HEX triplet: 40, 26 and 6C. RGB value is (64,38,108). Sum of RGB (Red+Green+Blue) = 64+38+108=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #40266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40266C is #BFD993. Grayscale: #353535. Windows color (decimal): -12573076 or 7087680. OLE color: 7087680.

HSL color Cylindrical-coordinate representation of color #40266C: hue angle of 262.29º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40266C is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 38 108 -
CMYK 0.41 0.65 0 0.58
HSL 262.29º 0.48% 0.29% -
HSV(B) 262.29º 0.65% 0.42% -
XYZ 5.51 3.56 14.58 -
YUV 53.75 158.61 135.31 -
System Red Green Blue C M Y K H S L
Decimal 64 38 108 0.41 0.65 0 0.58 262.29 0.48 0.29
Hex 40 26 6C 29 41 0 3A 106 30 1D
Octal 100 46 154 51 101 0 72 406 60 35
Binary 1000000 100110 1101100 101001 1000001 0 111010 100000110 110000 11101

Color Harmonies of #40266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40266C

Black with #40266C

Text Example


Text Example

White with #40266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40266C; }

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

 H1.HeaderClassName
 {
   color: #40266C;
 }
 .AnyTagClassName
 {
   color: #40266C;
 }
</style>

background-color css

<style>
 a { background-color: #40266C; }

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

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

border-color css

<style>
 span { border-color: #40266C; }

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

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