Html Css Color HEX #412684 Windsor

📋 copy color: '#412684'

red 65 ◦ green 38 ◦ blue 132

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

Shades of Windsor #412684

Tints of Windsor #412684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 56.17%

R = 27.66%
G = 16.17%
B = 56.17%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#412684 (or 0x412684) is known color: Windsor. HEX triplet: 41, 26 and 84. RGB value is (65,38,132). Sum of RGB (Red+Green+Blue) = 65+38+132=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #412684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412684 is #BED97B. Grayscale: #383838. Windows color (decimal): -12507516 or 8660545. OLE color: 8660545.

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

Color convert

RGB 65 38 132 -
CMYK 0.51 0.71 0 0.48
HSL 257.23º 0.55% 0.33% -
HSV(B) 257.23º 0.71% 0.52% -
XYZ 7.04 4.18 22.26 -
YUV 56.79 170.45 133.86 -
System Red Green Blue C M Y K H S L
Decimal 65 38 132 0.51 0.71 0 0.48 257.23 0.55 0.33
Hex 41 26 84 33 47 0 30 101 37 21
Octal 101 46 204 63 107 0 60 401 67 41
Binary 1000001 100110 10000100 110011 1000111 0 110000 100000001 110111 100001

Color Harmonies of #412684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412684

Black with #412684

Text Example


Text Example

White with #412684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412684; }

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

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

background-color css

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

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

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

border-color css

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

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

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