Html Css Color HEX #413175 Windsor

📋 copy color: '#413175'

red 65 ◦ green 49 ◦ blue 117

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

Shades of Windsor #413175

Tints of Windsor #413175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.65%

R = 28.14%
G = 21.21%
B = 50.65%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413175 (or 0x413175) is known color: Windsor. HEX triplet: 41, 31 and 75. RGB value is (65,49,117). Sum of RGB (Red+Green+Blue) = 65+49+117=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #413175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413175 is #BECE8A. Grayscale: #3D3D3D. Windows color (decimal): -12504715 or 7680321. OLE color: 7680321.

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

Color convert

RGB 65 49 117 -
CMYK 0.44 0.58 0 0.54
HSL 254.12º 0.41% 0.33% -
HSV(B) 254.12º 0.58% 0.46% -
XYZ 6.49 4.6 17.38 -
YUV 61.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 65 49 117 0.44 0.58 0 0.54 254.12 0.41 0.33
Hex 41 31 75 2C 3A 0 36 FE 29 21
Octal 101 61 165 54 72 0 66 376 51 41
Binary 1000001 110001 1110101 101100 111010 0 110110 11111110 101001 100001

Color Harmonies of #413175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413175

Black with #413175

Text Example


Text Example

White with #413175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413175; }

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

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

background-color css

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

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

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

border-color css

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

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

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