Html Css Color HEX #401F78 Windsor

📋 copy color: '#401F78'

red 64 ◦ green 31 ◦ blue 120

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

Shades of Windsor #401F78

Tints of Windsor #401F78

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.42%

 BLUE value IS 120 (47.27% from 255) = 55.81%

R = 29.77%
G = 14.42%
B = 55.81%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#401F78 (or 0x401F78) is known color: Windsor. HEX triplet: 40, 1F and 78. RGB value is (64,31,120). Sum of RGB (Red+Green+Blue) = 64+31+120=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #401F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F78 is #BFE087. Grayscale: #323232. Windows color (decimal): -12574856 or 7872320. OLE color: 7872320.

HSL color Cylindrical-coordinate representation of color #401F78: hue angle of 262.25º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #401F78 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 31 120 -
CMYK 0.47 0.74 0 0.53
HSL 262.25º 0.59% 0.3% -
HSV(B) 262.25º 0.74% 0.47% -
XYZ 5.99 3.43 18.11 -
YUV 51.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 64 31 120 0.47 0.74 0 0.53 262.25 0.59 0.3
Hex 40 1F 78 2F 4A 0 35 106 3B 1E
Octal 100 37 170 57 112 0 65 406 73 36
Binary 1000000 11111 1111000 101111 1001010 0 110101 100000110 111011 11110

Color Harmonies of #401F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F78

Black with #401F78

Text Example


Text Example

White with #401F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,31,120); }

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

background-color css

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

 a { background-color: rgb(64,31,120); }

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

border-color css

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

 span { border-color: rgb(64,31,120); }

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