Html Css Color HEX #401F7B Windsor

📋 copy color: '#401F7B'

red 64 ◦ green 31 ◦ blue 123

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

Shades of Windsor #401F7B

Tints of Windsor #401F7B

RGB

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

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

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

R = 29.36%
G = 14.22%
B = 56.42%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#401F7B (or 0x401F7B) is known color: Windsor. HEX triplet: 40, 1F and 7B. RGB value is (64,31,123). Sum of RGB (Red+Green+Blue) = 64+31+123=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #401F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F7B is #BFE084. Grayscale: #333333. Windows color (decimal): -12574853 or 8068928. OLE color: 8068928.

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

Color convert

RGB 64 31 123 -
CMYK 0.48 0.75 0 0.52
HSL 261.52º 0.6% 0.3% -
HSV(B) 261.52º 0.75% 0.48% -
XYZ 6.18 3.5 19.09 -
YUV 51.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 64 31 123 0.48 0.75 0 0.52 261.52 0.6 0.3
Hex 40 1F 7B 30 4B 0 34 106 3C 1E
Octal 100 37 173 60 113 0 64 406 74 36
Binary 1000000 11111 1111011 110000 1001011 0 110100 100000110 111100 11110

Color Harmonies of #401F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F7B

Black with #401F7B

Text Example


Text Example

White with #401F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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