Html Css Color HEX #40268B Windsor

📋 copy color: '#40268B'

red 64 ◦ green 38 ◦ blue 139

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

Shades of Windsor #40268B

Tints of Windsor #40268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.68%

R = 26.56%
G = 15.77%
B = 57.68%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40268B (or 0x40268B) is known color: Windsor. HEX triplet: 40, 26 and 8B. RGB value is (64,38,139). Sum of RGB (Red+Green+Blue) = 64+38+139=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #40268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40268B is #BFD974. Grayscale: #383838. Windows color (decimal): -12573045 or 9119296. OLE color: 9119296.

HSL color Cylindrical-coordinate representation of color #40268B: hue angle of 255.45º degrees, saturation: 0.57, 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 #40268B is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 38 139 -
CMYK 0.54 0.73 0 0.45
HSL 255.45º 0.57% 0.35% -
HSV(B) 255.45º 0.73% 0.55% -
XYZ 7.47 4.34 24.87 -
YUV 57.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 64 38 139 0.54 0.73 0 0.45 255.45 0.57 0.35
Hex 40 26 8B 36 49 0 2D FF 39 23
Octal 100 46 213 66 111 0 55 377 71 43
Binary 1000000 100110 10001011 110110 1001001 0 101101 11111111 111001 100011

Color Harmonies of #40268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40268B

Black with #40268B

Text Example


Text Example

White with #40268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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