Html Css Color HEX #412778 Windsor

📋 copy color: '#412778'

red 65 ◦ green 39 ◦ blue 120

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

Shades of Windsor #412778

Tints of Windsor #412778

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

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

R = 29.02%
G = 17.41%
B = 53.57%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#412778 (or 0x412778) is known color: Windsor. HEX triplet: 41, 27 and 78. RGB value is (65,39,120). Sum of RGB (Red+Green+Blue) = 65+39+120=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #412778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412778 is #BED887. Grayscale: #373737. Windows color (decimal): -12507272 or 7874369. OLE color: 7874369.

HSL color Cylindrical-coordinate representation of color #412778: hue angle of 259.26º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412778 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 39 120 -
CMYK 0.46 0.67 0 0.53
HSL 259.26º 0.51% 0.31% -
HSV(B) 259.26º 0.68% 0.47% -
XYZ 6.3 3.93 18.2 -
YUV 56.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 65 39 120 0.46 0.67 0 0.53 259.26 0.51 0.31
Hex 41 27 78 2E 43 0 35 103 33 1F
Octal 101 47 170 56 103 0 65 403 63 37
Binary 1000001 100111 1111000 101110 1000011 0 110101 100000011 110011 11111

Color Harmonies of #412778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412778

Black with #412778

Text Example


Text Example

White with #412778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412778; }

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

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

background-color css

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

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

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

border-color css

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

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

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