Html Css Color HEX #412286 Windsor

📋 copy color: '#412286'

red 65 ◦ green 34 ◦ blue 134

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

Shades of Windsor #412286

Tints of Windsor #412286

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.59%

 BLUE value IS 134 (52.73% from 255) = 57.51%

R = 27.9%
G = 14.59%
B = 57.51%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#412286 (or 0x412286) is known color: Windsor. HEX triplet: 41, 22 and 86. RGB value is (65,34,134). Sum of RGB (Red+Green+Blue) = 65+34+134=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #412286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412286 is #BEDD79. Grayscale: #363636. Windows color (decimal): -12508538 or 8790593. OLE color: 8790593.

HSL color Cylindrical-coordinate representation of color #412286: hue angle of 258.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412286 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 34 134 -
CMYK 0.51 0.75 0 0.47
HSL 258.6º 0.6% 0.33% -
HSV(B) 258.6º 0.75% 0.53% -
XYZ 7.06 3.99 22.95 -
YUV 54.67 172.77 135.37 -
System Red Green Blue C M Y K H S L
Decimal 65 34 134 0.51 0.75 0 0.47 258.6 0.6 0.33
Hex 41 22 86 33 4B 0 2F 103 3C 21
Octal 101 42 206 63 113 0 57 403 74 41
Binary 1000001 100010 10000110 110011 1001011 0 101111 100000011 111100 100001

Color Harmonies of #412286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412286

Black with #412286

Text Example


Text Example

White with #412286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412286; }

 p { color: rgb(65,34,134); }

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

background-color css

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

 a { background-color: rgb(65,34,134); }

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

border-color css

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

 span { border-color: rgb(65,34,134); }

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