Html Css Color HEX #401B72 Windsor

📋 copy color: '#401B72'

red 64 ◦ green 27 ◦ blue 114

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

Shades of Windsor #401B72

Tints of Windsor #401B72

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.17%

 BLUE value IS 114 (44.92% from 255) = 55.61%

R = 31.22%
G = 13.17%
B = 55.61%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#401B72 (or 0x401B72) is known color: Windsor. HEX triplet: 40, 1B and 72. RGB value is (64,27,114). Sum of RGB (Red+Green+Blue) = 64+27+114=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #401B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B72 is #BFE48D. Grayscale: #2F2F2F. Windows color (decimal): -12575886 or 7478080. OLE color: 7478080.

HSL color Cylindrical-coordinate representation of color #401B72: hue angle of 265.52º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #401B72 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 27 114 -
CMYK 0.44 0.76 0 0.55
HSL 265.52º 0.62% 0.28% -
HSV(B) 265.52º 0.76% 0.45% -
XYZ 5.54 3.09 16.22 -
YUV 47.98 165.26 139.43 -
System Red Green Blue C M Y K H S L
Decimal 64 27 114 0.44 0.76 0 0.55 265.52 0.62 0.28
Hex 40 1B 72 2C 4C 0 37 10A 3E 1C
Octal 100 33 162 54 114 0 67 412 76 34
Binary 1000000 11011 1110010 101100 1001100 0 110111 100001010 111110 11100

Color Harmonies of #401B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B72

Black with #401B72

Text Example


Text Example

White with #401B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,27,114); }

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

background-color css

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

 a { background-color: rgb(64,27,114); }

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

border-color css

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

 span { border-color: rgb(64,27,114); }

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