Html Css Color HEX #412870 Windsor

📋 copy color: '#412870'

red 65 ◦ green 40 ◦ blue 112

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

Shades of Windsor #412870

Tints of Windsor #412870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.43%

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

R = 29.95%
G = 18.43%
B = 51.61%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#412870 (or 0x412870) is known color: Windsor. HEX triplet: 41, 28 and 70. RGB value is (65,40,112). Sum of RGB (Red+Green+Blue) = 65+40+112=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #412870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412870 is #BED78F. Grayscale: #373737. Windows color (decimal): -12507024 or 7350337. OLE color: 7350337.

HSL color Cylindrical-coordinate representation of color #412870: hue angle of 260.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #412870 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 40 112 -
CMYK 0.42 0.64 0 0.56
HSL 260.83º 0.47% 0.3% -
HSV(B) 260.83º 0.64% 0.44% -
XYZ 5.86 3.81 15.76 -
YUV 55.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 65 40 112 0.42 0.64 0 0.56 260.83 0.47 0.3
Hex 41 28 70 2A 40 0 38 105 2F 1E
Octal 101 50 160 52 100 0 70 405 57 36
Binary 1000001 101000 1110000 101010 1000000 0 111000 100000101 101111 11110

Color Harmonies of #412870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412870

Black with #412870

Text Example


Text Example

White with #412870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412870; }

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

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

background-color css

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

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

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

border-color css

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

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

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