Html Css Color HEX #412B82 Windsor

📋 copy color: '#412B82'

red 65 ◦ green 43 ◦ blue 130

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

Shades of Windsor #412B82

Tints of Windsor #412B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.62%

R = 27.31%
G = 18.07%
B = 54.62%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#412B82 (or 0x412B82) is known color: Windsor. HEX triplet: 41, 2B and 82. RGB value is (65,43,130). Sum of RGB (Red+Green+Blue) = 65+43+130=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #412B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412B82 is #BED47D. Grayscale: #3B3B3B. Windows color (decimal): -12506238 or 8530753. OLE color: 8530753.

HSL color Cylindrical-coordinate representation of color #412B82: hue angle of 255.17º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #412B82 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 43 130 -
CMYK 0.50 0.67 0 0.49
HSL 255.17º 0.5% 0.34% -
HSV(B) 255.17º 0.67% 0.51% -
XYZ 7.07 4.46 21.61 -
YUV 59.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 65 43 130 0.50 0.67 0 0.49 255.17 0.5 0.34
Hex 41 2B 82 32 43 0 31 FF 32 22
Octal 101 53 202 62 103 0 61 377 62 42
Binary 1000001 101011 10000010 110010 1000011 0 110001 11111111 110010 100010

Color Harmonies of #412B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B82

Black with #412B82

Text Example


Text Example

White with #412B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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