Html Css Color HEX #411F70 Windsor

📋 copy color: '#411F70'

red 65 ◦ green 31 ◦ blue 112

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

Shades of Windsor #411F70

Tints of Windsor #411F70

RGB

 RED value IS 65 (25.78% from 255) = 31.25%

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

 BLUE value IS 112 (44.14% from 255) = 53.85%

R = 31.25%
G = 14.9%
B = 53.85%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#411F70 (or 0x411F70) is known color: Windsor. HEX triplet: 41, 1F and 70. RGB value is (65,31,112). Sum of RGB (Red+Green+Blue) = 65+31+112=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #411F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411F70 is #BEE08F. Grayscale: #323232. Windows color (decimal): -12509328 or 7348033. OLE color: 7348033.

HSL color Cylindrical-coordinate representation of color #411F70: hue angle of 265.19º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #411F70 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 31 112 -
CMYK 0.42 0.72 0 0.56
HSL 265.19º 0.57% 0.28% -
HSV(B) 265.19º 0.72% 0.44% -
XYZ 5.59 3.27 15.67 -
YUV 50.4 162.76 138.41 -
System Red Green Blue C M Y K H S L
Decimal 65 31 112 0.42 0.72 0 0.56 265.19 0.57 0.28
Hex 41 1F 70 2A 48 0 38 109 39 1C
Octal 101 37 160 52 110 0 70 411 71 34
Binary 1000001 11111 1110000 101010 1001000 0 111000 100001001 111001 11100

Color Harmonies of #411F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F70

Black with #411F70

Text Example


Text Example

White with #411F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411F70; }

 p { color: rgb(65,31,112); }

 H1.HeaderClassName
 {
   color: #411F70;
 }
 .AnyTagClassName
 {
   color: #411F70;
 }
</style>

background-color css

<style>
 a { background-color: #411F70; }

 a { background-color: rgb(65,31,112); }

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

border-color css

<style>
 span { border-color: #411F70; }

 span { border-color: rgb(65,31,112); }

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