Html Css Color HEX #413274 Windsor

📋 copy color: '#413274'

red 65 ◦ green 50 ◦ blue 116

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

Shades of Windsor #413274

Tints of Windsor #413274

RGB

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

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

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

R = 28.14%
G = 21.65%
B = 50.22%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#413274 (or 0x413274) is known color: Windsor. HEX triplet: 41, 32 and 74. RGB value is (65,50,116). Sum of RGB (Red+Green+Blue) = 65+50+116=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #413274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413274 is #BECD8B. Grayscale: #3D3D3D. Windows color (decimal): -12504460 or 7615041. OLE color: 7615041.

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

Color convert

RGB 65 50 116 -
CMYK 0.44 0.57 0 0.55
HSL 253.64º 0.4% 0.33% -
HSV(B) 253.64º 0.57% 0.45% -
XYZ 6.47 4.67 17.08 -
YUV 62.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 65 50 116 0.44 0.57 0 0.55 253.64 0.4 0.33
Hex 41 32 74 2C 39 0 37 FE 28 21
Octal 101 62 164 54 71 0 67 376 50 41
Binary 1000001 110010 1110100 101100 111001 0 110111 11111110 101000 100001

Color Harmonies of #413274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413274

Black with #413274

Text Example


Text Example

White with #413274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413274; }

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

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

background-color css

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

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

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

border-color css

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

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

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