Html Css Color HEX #412676 Windsor

📋 copy color: '#412676'

red 65 ◦ green 38 ◦ blue 118

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

Shades of Windsor #412676

Tints of Windsor #412676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.19%

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

R = 29.41%
G = 17.19%
B = 53.39%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#412676 (or 0x412676) is known color: Windsor. HEX triplet: 41, 26 and 76. RGB value is (65,38,118). Sum of RGB (Red+Green+Blue) = 65+38+118=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #412676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412676 is #BED989. Grayscale: #363636. Windows color (decimal): -12507530 or 7743041. OLE color: 7743041.

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

Color convert

RGB 65 38 118 -
CMYK 0.45 0.68 0 0.54
HSL 260.25º 0.51% 0.31% -
HSV(B) 260.25º 0.68% 0.46% -
XYZ 6.14 3.82 17.55 -
YUV 55.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 65 38 118 0.45 0.68 0 0.54 260.25 0.51 0.31
Hex 41 26 76 2D 44 0 36 104 33 1F
Octal 101 46 166 55 104 0 66 404 63 37
Binary 1000001 100110 1110110 101101 1000100 0 110110 100000100 110011 11111

Color Harmonies of #412676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412676

Black with #412676

Text Example


Text Example

White with #412676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412676; }

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

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

background-color css

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

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

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

border-color css

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

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

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