Html Css Color HEX #412C77 Windsor

📋 copy color: '#412C77'

red 65 ◦ green 44 ◦ blue 119

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

Shades of Windsor #412C77

Tints of Windsor #412C77

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.3%

 BLUE value IS 119 (46.88% from 255) = 52.19%

R = 28.51%
G = 19.3%
B = 52.19%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#412C77 (or 0x412C77) is known color: Windsor. HEX triplet: 41, 2C and 77. RGB value is (65,44,119). Sum of RGB (Red+Green+Blue) = 65+44+119=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #412C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C77 is #BED388. Grayscale: #3A3A3A. Windows color (decimal): -12505993 or 7810113. OLE color: 7810113.

HSL color Cylindrical-coordinate representation of color #412C77: hue angle of 256.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412C77 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 44 119 -
CMYK 0.45 0.63 0 0.53
HSL 256.8º 0.46% 0.32% -
HSV(B) 256.8º 0.63% 0.47% -
XYZ 6.41 4.26 17.94 -
YUV 58.83 161.96 132.4 -
System Red Green Blue C M Y K H S L
Decimal 65 44 119 0.45 0.63 0 0.53 256.8 0.46 0.32
Hex 41 2C 77 2D 3F 0 35 101 2E 20
Octal 101 54 167 55 77 0 65 401 56 40
Binary 1000001 101100 1110111 101101 111111 0 110101 100000001 101110 100000

Color Harmonies of #412C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C77

Black with #412C77

Text Example


Text Example

White with #412C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412C77; }

 p { color: rgb(65,44,119); }

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

background-color css

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

 a { background-color: rgb(65,44,119); }

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

border-color css

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

 span { border-color: rgb(65,44,119); }

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