Html Css Color HEX #413174 Windsor

📋 copy color: '#413174'

red 65 ◦ green 49 ◦ blue 116

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

Shades of Windsor #413174

Tints of Windsor #413174

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.3%

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

R = 28.26%
G = 21.3%
B = 50.43%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#413174 (or 0x413174) is known color: Windsor. HEX triplet: 41, 31 and 74. RGB value is (65,49,116). Sum of RGB (Red+Green+Blue) = 65+49+116=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #413174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413174 is #BECE8B. Grayscale: #3D3D3D. Windows color (decimal): -12504716 or 7614785. OLE color: 7614785.

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

Color convert

RGB 65 49 116 -
CMYK 0.44 0.58 0 0.55
HSL 254.33º 0.41% 0.32% -
HSV(B) 254.33º 0.58% 0.45% -
XYZ 6.43 4.58 17.07 -
YUV 61.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 65 49 116 0.44 0.58 0 0.55 254.33 0.41 0.32
Hex 41 31 74 2C 3A 0 37 FE 29 20
Octal 101 61 164 54 72 0 67 376 51 40
Binary 1000001 110001 1110100 101100 111010 0 110111 11111110 101001 100000

Color Harmonies of #413174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413174

Black with #413174

Text Example


Text Example

White with #413174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413174; }

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

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

background-color css

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

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

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

border-color css

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

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

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