Html Css Color HEX #412876 Windsor

📋 copy color: '#412876'

red 65 ◦ green 40 ◦ blue 118

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

Shades of Windsor #412876

Tints of Windsor #412876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.91%

R = 29.15%
G = 17.94%
B = 52.91%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#412876 (or 0x412876) is known color: Windsor. HEX triplet: 41, 28 and 76. RGB value is (65,40,118). Sum of RGB (Red+Green+Blue) = 65+40+118=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #412876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412876 is #BED789. Grayscale: #383838. Windows color (decimal): -12507018 or 7743553. OLE color: 7743553.

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

Color convert

RGB 65 40 118 -
CMYK 0.45 0.66 0 0.54
HSL 259.23º 0.49% 0.31% -
HSV(B) 259.23º 0.66% 0.46% -
XYZ 6.21 3.95 17.57 -
YUV 56.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 65 40 118 0.45 0.66 0 0.54 259.23 0.49 0.31
Hex 41 28 76 2D 42 0 36 103 31 1F
Octal 101 50 166 55 102 0 66 403 61 37
Binary 1000001 101000 1110110 101101 1000010 0 110110 100000011 110001 11111

Color Harmonies of #412876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412876

Black with #412876

Text Example


Text Example

White with #412876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412876; }

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

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

background-color css

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

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

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

border-color css

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

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

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