Html Css Color HEX #412078 Windsor

📋 copy color: '#412078'

red 65 ◦ green 32 ◦ blue 120

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

Shades of Windsor #412078

Tints of Windsor #412078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.75%

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

R = 29.95%
G = 14.75%
B = 55.3%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#412078 (or 0x412078) is known color: Windsor. HEX triplet: 41, 20 and 78. RGB value is (65,32,120). Sum of RGB (Red+Green+Blue) = 65+32+120=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #412078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412078 is #BEDF87. Grayscale: #333333. Windows color (decimal): -12509064 or 7872577. OLE color: 7872577.

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

Color convert

RGB 65 32 120 -
CMYK 0.46 0.73 0 0.53
HSL 262.5º 0.58% 0.3% -
HSV(B) 262.5º 0.73% 0.47% -
XYZ 6.09 3.51 18.13 -
YUV 51.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 65 32 120 0.46 0.73 0 0.53 262.5 0.58 0.3
Hex 41 20 78 2E 49 0 35 106 3A 1E
Octal 101 40 170 56 111 0 65 406 72 36
Binary 1000001 100000 1111000 101110 1001001 0 110101 100000110 111010 11110

Color Harmonies of #412078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412078

Black with #412078

Text Example


Text Example

White with #412078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412078; }

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

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

background-color css

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

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

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

border-color css

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

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

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