Html Css Color HEX #412B74 Windsor

📋 copy color: '#412B74'

red 65 ◦ green 43 ◦ blue 116

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

Shades of Windsor #412B74

Tints of Windsor #412B74

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.2%

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

R = 29.02%
G = 19.2%
B = 51.79%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#412B74 (or 0x412B74) is known color: Windsor. HEX triplet: 41, 2B and 74. RGB value is (65,43,116). Sum of RGB (Red+Green+Blue) = 65+43+116=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #412B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412B74 is #BED48B. Grayscale: #393939. Windows color (decimal): -12506252 or 7613249. OLE color: 7613249.

HSL color Cylindrical-coordinate representation of color #412B74: hue angle of 258.08º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412B74 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 43 116 -
CMYK 0.44 0.63 0 0.55
HSL 258.08º 0.46% 0.31% -
HSV(B) 258.08º 0.63% 0.45% -
XYZ 6.2 4.11 16.99 -
YUV 57.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 65 43 116 0.44 0.63 0 0.55 258.08 0.46 0.31
Hex 41 2B 74 2C 3F 0 37 102 2E 1F
Octal 101 53 164 54 77 0 67 402 56 37
Binary 1000001 101011 1110100 101100 111111 0 110111 100000010 101110 11111

Color Harmonies of #412B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B74

Black with #412B74

Text Example


Text Example

White with #412B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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