Html Css Color HEX #401E7B Windsor

📋 copy color: '#401E7B'

red 64 ◦ green 30 ◦ blue 123

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

Shades of Windsor #401E7B

Tints of Windsor #401E7B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.82%

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

R = 29.49%
G = 13.82%
B = 56.68%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#401E7B (or 0x401E7B) is known color: Windsor. HEX triplet: 40, 1E and 7B. RGB value is (64,30,123). Sum of RGB (Red+Green+Blue) = 64+30+123=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #401E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401E7B is #BFE184. Grayscale: #323232. Windows color (decimal): -12575109 or 8068672. OLE color: 8068672.

HSL color Cylindrical-coordinate representation of color #401E7B: hue angle of 261.94º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #401E7B is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 30 123 -
CMYK 0.48 0.76 0 0.52
HSL 261.94º 0.61% 0.3% -
HSV(B) 261.94º 0.76% 0.48% -
XYZ 6.15 3.45 19.08 -
YUV 50.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 64 30 123 0.48 0.76 0 0.52 261.94 0.61 0.3
Hex 40 1E 7B 30 4C 0 34 106 3D 1E
Octal 100 36 173 60 114 0 64 406 75 36
Binary 1000000 11110 1111011 110000 1001100 0 110100 100000110 111101 11110

Color Harmonies of #401E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E7B

Black with #401E7B

Text Example


Text Example

White with #401E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401E7B; }

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

 H1.HeaderClassName
 {
   color: #401E7B;
 }
 .AnyTagClassName
 {
   color: #401E7B;
 }
</style>

background-color css

<style>
 a { background-color: #401E7B; }

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

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

border-color css

<style>
 span { border-color: #401E7B; }

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

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