Html Css Color HEX #40267A Windsor

📋 copy color: '#40267A'

red 64 ◦ green 38 ◦ blue 122

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

Shades of Windsor #40267A

Tints of Windsor #40267A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 54.46%

R = 28.57%
G = 16.96%
B = 54.46%

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

#40267A (or 0x40267A) is known color: Windsor. HEX triplet: 40, 26 and 7A. RGB value is (64,38,122). Sum of RGB (Red+Green+Blue) = 64+38+122=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #40267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40267A is #BFD985. Grayscale: #373737. Windows color (decimal): -12573062 or 8005184. OLE color: 8005184.

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

Color convert

RGB 64 38 122 -
CMYK 0.48 0.69 0 0.52
HSL 258.57º 0.53% 0.31% -
HSV(B) 258.57º 0.69% 0.48% -
XYZ 6.32 3.88 18.83 -
YUV 55.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 64 38 122 0.48 0.69 0 0.52 258.57 0.53 0.31
Hex 40 26 7A 30 45 0 34 103 34 1F
Octal 100 46 172 60 105 0 64 403 64 37
Binary 1000000 100110 1111010 110000 1000101 0 110100 100000011 110100 11111

Color Harmonies of #40267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40267A

Black with #40267A

Text Example


Text Example

White with #40267A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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