Html Css Color HEX #412874 Windsor

📋 copy color: '#412874'

red 65 ◦ green 40 ◦ blue 116

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

Shades of Windsor #412874

Tints of Windsor #412874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.49%

R = 29.41%
G = 18.1%
B = 52.49%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#412874 (or 0x412874) is known color: Windsor. HEX triplet: 41, 28 and 74. RGB value is (65,40,116). Sum of RGB (Red+Green+Blue) = 65+40+116=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #412874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412874 is #BED78B. Grayscale: #373737. Windows color (decimal): -12507020 or 7612481. OLE color: 7612481.

HSL color Cylindrical-coordinate representation of color #412874: hue angle of 259.74º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #412874 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 40 116 -
CMYK 0.44 0.66 0 0.55
HSL 259.74º 0.49% 0.31% -
HSV(B) 259.74º 0.66% 0.45% -
XYZ 6.09 3.9 16.96 -
YUV 56.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 65 40 116 0.44 0.66 0 0.55 259.74 0.49 0.31
Hex 41 28 74 2C 42 0 37 104 31 1F
Octal 101 50 164 54 102 0 67 404 61 37
Binary 1000001 101000 1110100 101100 1000010 0 110111 100000100 110001 11111

Color Harmonies of #412874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412874

Black with #412874

Text Example


Text Example

White with #412874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412874; }

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

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

background-color css

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

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

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

border-color css

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

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

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