Html Css Color HEX #412584 Windsor

📋 copy color: '#412584'

red 65 ◦ green 37 ◦ blue 132

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

Shades of Windsor #412584

Tints of Windsor #412584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

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

R = 27.78%
G = 15.81%
B = 56.41%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#412584 (or 0x412584) is known color: Windsor. HEX triplet: 41, 25 and 84. RGB value is (65,37,132). Sum of RGB (Red+Green+Blue) = 65+37+132=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #412584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412584 is #BEDA7B. Grayscale: #373737. Windows color (decimal): -12507772 or 8660289. OLE color: 8660289.

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

Color convert

RGB 65 37 132 -
CMYK 0.51 0.72 0 0.48
HSL 257.68º 0.56% 0.33% -
HSV(B) 257.68º 0.72% 0.52% -
XYZ 7.01 4.11 22.25 -
YUV 56.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 65 37 132 0.51 0.72 0 0.48 257.68 0.56 0.33
Hex 41 25 84 33 48 0 30 102 38 21
Octal 101 45 204 63 110 0 60 402 70 41
Binary 1000001 100101 10000100 110011 1001000 0 110000 100000010 111000 100001

Color Harmonies of #412584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412584

Black with #412584

Text Example


Text Example

White with #412584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412584; }

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

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

background-color css

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

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

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

border-color css

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

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

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