Html Css Color HEX #401C75 Windsor

📋 copy color: '#401C75'

red 64 ◦ green 28 ◦ blue 117

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

Shades of Windsor #401C75

Tints of Windsor #401C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.98%

R = 30.62%
G = 13.4%
B = 55.98%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#401C75 (or 0x401C75) is known color: Windsor. HEX triplet: 40, 1C and 75. RGB value is (64,28,117). Sum of RGB (Red+Green+Blue) = 64+28+117=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #401C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C75 is #BFE38A. Grayscale: #303030. Windows color (decimal): -12575627 or 7674944. OLE color: 7674944.

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

Color convert

RGB 64 28 117 -
CMYK 0.45 0.76 0 0.54
HSL 264.27º 0.61% 0.28% -
HSV(B) 264.27º 0.76% 0.46% -
XYZ 5.74 3.2 17.15 -
YUV 48.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 64 28 117 0.45 0.76 0 0.54 264.27 0.61 0.28
Hex 40 1C 75 2D 4C 0 36 108 3D 1C
Octal 100 34 165 55 114 0 66 410 75 34
Binary 1000000 11100 1110101 101101 1001100 0 110110 100001000 111101 11100

Color Harmonies of #401C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C75

Black with #401C75

Text Example


Text Example

White with #401C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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