Html Css Color HEX #411E70 Windsor

📋 copy color: '#411E70'

red 65 ◦ green 30 ◦ blue 112

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

Shades of Windsor #411E70

Tints of Windsor #411E70

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.49%

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

R = 31.4%
G = 14.49%
B = 54.11%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#411E70 (or 0x411E70) is known color: Windsor. HEX triplet: 41, 1E and 70. RGB value is (65,30,112). Sum of RGB (Red+Green+Blue) = 65+30+112=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #411E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411E70 is #BEE18F. Grayscale: #313131. Windows color (decimal): -12509584 or 7347777. OLE color: 7347777.

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

Color convert

RGB 65 30 112 -
CMYK 0.42 0.73 0 0.56
HSL 265.61º 0.58% 0.28% -
HSV(B) 265.61º 0.73% 0.44% -
XYZ 5.57 3.22 15.66 -
YUV 49.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 65 30 112 0.42 0.73 0 0.56 265.61 0.58 0.28
Hex 41 1E 70 2A 49 0 38 10A 3A 1C
Octal 101 36 160 52 111 0 70 412 72 34
Binary 1000001 11110 1110000 101010 1001001 0 111000 100001010 111010 11100

Color Harmonies of #411E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E70

Black with #411E70

Text Example


Text Example

White with #411E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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