Html Css Color HEX #413578 Windsor

📋 copy color: '#413578'

red 65 ◦ green 53 ◦ blue 120

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

Shades of Windsor #413578

Tints of Windsor #413578

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.27%

 BLUE value IS 120 (47.27% from 255) = 50.42%

R = 27.31%
G = 22.27%
B = 50.42%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#413578 (or 0x413578) is known color: Windsor. HEX triplet: 41, 35 and 78. RGB value is (65,53,120). Sum of RGB (Red+Green+Blue) = 65+53+120=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #413578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413578 is #BECA87. Grayscale: #3F3F3F. Windows color (decimal): -12503688 or 7877953. OLE color: 7877953.

HSL color Cylindrical-coordinate representation of color #413578: hue angle of 250.75º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #413578 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 53 120 -
CMYK 0.46 0.56 0 0.53
HSL 250.75º 0.39% 0.34% -
HSV(B) 250.75º 0.56% 0.47% -
XYZ 6.84 5.03 18.38 -
YUV 64.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 65 53 120 0.46 0.56 0 0.53 250.75 0.39 0.34
Hex 41 35 78 2E 38 0 35 FB 27 22
Octal 101 65 170 56 70 0 65 373 47 42
Binary 1000001 110101 1111000 101110 111000 0 110101 11111011 100111 100010

Color Harmonies of #413578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413578

Black with #413578

Text Example


Text Example

White with #413578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413578; }

 p { color: rgb(65,53,120); }

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

background-color css

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

 a { background-color: rgb(65,53,120); }

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

border-color css

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

 span { border-color: rgb(65,53,120); }

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