Html Css Color HEX #412C87 Windsor

📋 copy color: '#412C87'

red 65 ◦ green 44 ◦ blue 135

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

Shades of Windsor #412C87

Tints of Windsor #412C87

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.03%

 BLUE value IS 135 (53.13% from 255) = 55.33%

R = 26.64%
G = 18.03%
B = 55.33%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#412C87 (or 0x412C87) is known color: Windsor. HEX triplet: 41, 2C and 87. RGB value is (65,44,135). Sum of RGB (Red+Green+Blue) = 65+44+135=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #412C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412C87 is #BED378. Grayscale: #3C3C3C. Windows color (decimal): -12505977 or 8858689. OLE color: 8858689.

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

Color convert

RGB 65 44 135 -
CMYK 0.52 0.67 0 0.47
HSL 253.85º 0.51% 0.35% -
HSV(B) 253.85º 0.67% 0.53% -
XYZ 7.45 4.67 23.43 -
YUV 60.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 65 44 135 0.52 0.67 0 0.47 253.85 0.51 0.35
Hex 41 2C 87 34 43 0 2F FE 33 23
Octal 101 54 207 64 103 0 57 376 63 43
Binary 1000001 101100 10000111 110100 1000011 0 101111 11111110 110011 100011

Color Harmonies of #412C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C87

Black with #412C87

Text Example


Text Example

White with #412C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,44,135); }

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

background-color css

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

 a { background-color: rgb(65,44,135); }

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

border-color css

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

 span { border-color: rgb(65,44,135); }

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