Html Css Color HEX #401C74 Windsor

📋 copy color: '#401C74'

red 64 ◦ green 28 ◦ blue 116

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

Shades of Windsor #401C74

Tints of Windsor #401C74

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.46%

 BLUE value IS 116 (45.7% from 255) = 55.77%

R = 30.77%
G = 13.46%
B = 55.77%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#401C74 (or 0x401C74) is known color: Windsor. HEX triplet: 40, 1C and 74. RGB value is (64,28,116). Sum of RGB (Red+Green+Blue) = 64+28+116=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #401C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C74 is #BFE38B. Grayscale: #303030. Windows color (decimal): -12575628 or 7609408. OLE color: 7609408.

HSL color Cylindrical-coordinate representation of color #401C74: hue angle of 264.55º degrees, saturation: 0.61, 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 #401C74 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 28 116 -
CMYK 0.45 0.76 0 0.55
HSL 264.55º 0.61% 0.28% -
HSV(B) 264.55º 0.76% 0.45% -
XYZ 5.68 3.18 16.84 -
YUV 48.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 64 28 116 0.45 0.76 0 0.55 264.55 0.61 0.28
Hex 40 1C 74 2D 4C 0 37 109 3D 1C
Octal 100 34 164 55 114 0 67 411 75 34
Binary 1000000 11100 1110100 101101 1001100 0 110111 100001001 111101 11100

Color Harmonies of #401C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C74

Black with #401C74

Text Example


Text Example

White with #401C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,28,116); }

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

background-color css

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

 a { background-color: rgb(64,28,116); }

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

border-color css

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

 span { border-color: rgb(64,28,116); }

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