Html Css Color HEX #412681 Windsor

📋 copy color: '#412681'

red 65 ◦ green 38 ◦ blue 129

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

Shades of Windsor #412681

Tints of Windsor #412681

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.38%

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

R = 28.02%
G = 16.38%
B = 55.6%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#412681 (or 0x412681) is known color: Windsor. HEX triplet: 41, 26 and 81. RGB value is (65,38,129). Sum of RGB (Red+Green+Blue) = 65+38+129=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #412681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412681 is #BED97E. Grayscale: #383838. Windows color (decimal): -12507519 or 8463937. OLE color: 8463937.

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

Color convert

RGB 65 38 129 -
CMYK 0.50 0.71 0 0.49
HSL 257.8º 0.54% 0.33% -
HSV(B) 257.8º 0.71% 0.51% -
XYZ 6.84 4.1 21.2 -
YUV 56.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 65 38 129 0.50 0.71 0 0.49 257.8 0.54 0.33
Hex 41 26 81 32 47 0 31 102 36 21
Octal 101 46 201 62 107 0 61 402 66 41
Binary 1000001 100110 10000001 110010 1000111 0 110001 100000010 110110 100001

Color Harmonies of #412681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412681

Black with #412681

Text Example


Text Example

White with #412681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412681; }

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

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

background-color css

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

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

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

border-color css

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

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

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