Html Css Color HEX #413275 Windsor

📋 copy color: '#413275'

red 65 ◦ green 50 ◦ blue 117

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

Shades of Windsor #413275

Tints of Windsor #413275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

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

R = 28.02%
G = 21.55%
B = 50.43%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413275 (or 0x413275) is known color: Windsor. HEX triplet: 41, 32 and 75. RGB value is (65,50,117). Sum of RGB (Red+Green+Blue) = 65+50+117=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #413275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413275 is #BECD8A. Grayscale: #3D3D3D. Windows color (decimal): -12504459 or 7680577. OLE color: 7680577.

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

Color convert

RGB 65 50 117 -
CMYK 0.44 0.57 0 0.54
HSL 253.43º 0.4% 0.33% -
HSV(B) 253.43º 0.57% 0.46% -
XYZ 6.53 4.69 17.39 -
YUV 62.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 65 50 117 0.44 0.57 0 0.54 253.43 0.4 0.33
Hex 41 32 75 2C 39 0 36 FD 28 21
Octal 101 62 165 54 71 0 66 375 50 41
Binary 1000001 110010 1110101 101100 111001 0 110110 11111101 101000 100001

Color Harmonies of #413275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413275

Black with #413275

Text Example


Text Example

White with #413275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413275; }

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

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

background-color css

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

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

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

border-color css

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

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

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