Html Css Color HEX #40267B Windsor

📋 copy color: '#40267B'

red 64 ◦ green 38 ◦ blue 123

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

Shades of Windsor #40267B

Tints of Windsor #40267B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.67%

R = 28.44%
G = 16.89%
B = 54.67%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40267B (or 0x40267B) is known color: Windsor. HEX triplet: 40, 26 and 7B. RGB value is (64,38,123). Sum of RGB (Red+Green+Blue) = 64+38+123=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #40267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40267B is #BFD984. Grayscale: #373737. Windows color (decimal): -12573061 or 8070720. OLE color: 8070720.

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

Color convert

RGB 64 38 123 -
CMYK 0.48 0.69 0 0.52
HSL 258.35º 0.53% 0.32% -
HSV(B) 258.35º 0.69% 0.48% -
XYZ 6.38 3.91 19.16 -
YUV 55.46 166.11 134.09 -
System Red Green Blue C M Y K H S L
Decimal 64 38 123 0.48 0.69 0 0.52 258.35 0.53 0.32
Hex 40 26 7B 30 45 0 34 102 35 20
Octal 100 46 173 60 105 0 64 402 65 40
Binary 1000000 100110 1111011 110000 1000101 0 110100 100000010 110101 100000

Color Harmonies of #40267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40267B

Black with #40267B

Text Example


Text Example

White with #40267B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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