Html Css Color HEX #412381 Windsor

📋 copy color: '#412381'

red 65 ◦ green 35 ◦ blue 129

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

Shades of Windsor #412381

Tints of Windsor #412381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

 BLUE value IS 129 (50.78% from 255) = 56.33%

R = 28.38%
G = 15.28%
B = 56.33%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#412381 (or 0x412381) is known color: Windsor. HEX triplet: 41, 23 and 81. RGB value is (65,35,129). Sum of RGB (Red+Green+Blue) = 65+35+129=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #412381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412381 is #BEDC7E. Grayscale: #363636. Windows color (decimal): -12508287 or 8463169. OLE color: 8463169.

HSL color Cylindrical-coordinate representation of color #412381: hue angle of 259.15º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412381 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 35 129 -
CMYK 0.50 0.73 0 0.49
HSL 259.15º 0.57% 0.32% -
HSV(B) 259.15º 0.73% 0.51% -
XYZ 6.74 3.91 21.17 -
YUV 54.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 65 35 129 0.50 0.73 0 0.49 259.15 0.57 0.32
Hex 41 23 81 32 49 0 31 103 39 20
Octal 101 43 201 62 111 0 61 403 71 40
Binary 1000001 100011 10000001 110010 1001001 0 110001 100000011 111001 100000

Color Harmonies of #412381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412381

Black with #412381

Text Example


Text Example

White with #412381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412381; }

 p { color: rgb(65,35,129); }

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

background-color css

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

 a { background-color: rgb(65,35,129); }

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

border-color css

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

 span { border-color: rgb(65,35,129); }

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