Html Css Color HEX #40268D Windsor

📋 copy color: '#40268D'

red 64 ◦ green 38 ◦ blue 141

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

Shades of Windsor #40268D

Tints of Windsor #40268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 58.02%

R = 26.34%
G = 15.64%
B = 58.02%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40268D (or 0x40268D) is known color: Windsor. HEX triplet: 40, 26 and 8D. RGB value is (64,38,141). Sum of RGB (Red+Green+Blue) = 64+38+141=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #40268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40268D is #BFD972. Grayscale: #393939. Windows color (decimal): -12573043 or 9250368. OLE color: 9250368.

HSL color Cylindrical-coordinate representation of color #40268D: hue angle of 255.15º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40268D is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 38 141 -
CMYK 0.55 0.73 0 0.45
HSL 255.15º 0.58% 0.35% -
HSV(B) 255.15º 0.73% 0.55% -
XYZ 7.62 4.4 25.65 -
YUV 57.52 175.11 132.62 -
System Red Green Blue C M Y K H S L
Decimal 64 38 141 0.55 0.73 0 0.45 255.15 0.58 0.35
Hex 40 26 8D 37 49 0 2D FF 3A 23
Octal 100 46 215 67 111 0 55 377 72 43
Binary 1000000 100110 10001101 110111 1001001 0 101101 11111111 111010 100011

Color Harmonies of #40268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40268D

Black with #40268D

Text Example


Text Example

White with #40268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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