Html Css Color HEX #412777 Windsor

📋 copy color: '#412777'

red 65 ◦ green 39 ◦ blue 119

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

Shades of Windsor #412777

Tints of Windsor #412777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.49%

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

R = 29.15%
G = 17.49%
B = 53.36%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#412777 (or 0x412777) is known color: Windsor. HEX triplet: 41, 27 and 77. RGB value is (65,39,119). Sum of RGB (Red+Green+Blue) = 65+39+119=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #412777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412777 is #BED888. Grayscale: #373737. Windows color (decimal): -12507273 or 7808833. OLE color: 7808833.

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

Color convert

RGB 65 39 119 -
CMYK 0.45 0.67 0 0.53
HSL 259.5º 0.51% 0.31% -
HSV(B) 259.5º 0.67% 0.47% -
XYZ 6.24 3.91 17.88 -
YUV 55.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 65 39 119 0.45 0.67 0 0.53 259.5 0.51 0.31
Hex 41 27 77 2D 43 0 35 104 33 1F
Octal 101 47 167 55 103 0 65 404 63 37
Binary 1000001 100111 1110111 101101 1000011 0 110101 100000100 110011 11111

Color Harmonies of #412777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412777

Black with #412777

Text Example


Text Example

White with #412777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412777; }

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

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

background-color css

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

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

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

border-color css

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

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

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