Html Css Color HEX #40267C Windsor

📋 copy color: '#40267C'

red 64 ◦ green 38 ◦ blue 124

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

Shades of Windsor #40267C

Tints of Windsor #40267C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.87%

R = 28.32%
G = 16.81%
B = 54.87%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40267C (or 0x40267C) is known color: Windsor. HEX triplet: 40, 26 and 7C. RGB value is (64,38,124). Sum of RGB (Red+Green+Blue) = 64+38+124=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #40267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40267C is #BFD983. Grayscale: #373737. Windows color (decimal): -12573060 or 8136256. OLE color: 8136256.

HSL color Cylindrical-coordinate representation of color #40267C: hue angle of 258.14º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40267C is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 38 124 -
CMYK 0.48 0.69 0 0.51
HSL 258.14º 0.53% 0.32% -
HSV(B) 258.14º 0.69% 0.49% -
XYZ 6.45 3.93 19.49 -
YUV 55.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 64 38 124 0.48 0.69 0 0.51 258.14 0.53 0.32
Hex 40 26 7C 30 45 0 33 102 35 20
Octal 100 46 174 60 105 0 63 402 65 40
Binary 1000000 100110 1111100 110000 1000101 0 110011 100000010 110101 100000

Color Harmonies of #40267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40267C

Black with #40267C

Text Example


Text Example

White with #40267C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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