Html Css Color HEX #40268A Windsor

📋 copy color: '#40268A'

red 64 ◦ green 38 ◦ blue 138

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

Shades of Windsor #40268A

Tints of Windsor #40268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.5%

R = 26.67%
G = 15.83%
B = 57.5%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40268A (or 0x40268A) is known color: Windsor. HEX triplet: 40, 26 and 8A. RGB value is (64,38,138). Sum of RGB (Red+Green+Blue) = 64+38+138=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #40268A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40268A is #BFD975. Grayscale: #383838. Windows color (decimal): -12573046 or 9053760. OLE color: 9053760.

HSL color Cylindrical-coordinate representation of color #40268A: hue angle of 255.6º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40268A is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 38 138 -
CMYK 0.54 0.72 0 0.46
HSL 255.6º 0.57% 0.35% -
HSV(B) 255.6º 0.72% 0.54% -
XYZ 7.39 4.31 24.49 -
YUV 57.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 64 38 138 0.54 0.72 0 0.46 255.6 0.57 0.35
Hex 40 26 8A 36 48 0 2E 100 39 23
Octal 100 46 212 66 110 0 56 400 71 43
Binary 1000000 100110 10001010 110110 1001000 0 101110 100000000 111001 100011

Color Harmonies of #40268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40268A

Black with #40268A

Text Example


Text Example

White with #40268A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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