Html Css Color HEX #412583 Windsor

📋 copy color: '#412583'

red 65 ◦ green 37 ◦ blue 131

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

Shades of Windsor #412583

Tints of Windsor #412583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 56.22%

R = 27.9%
G = 15.88%
B = 56.22%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#412583 (or 0x412583) is known color: Windsor. HEX triplet: 41, 25 and 83. RGB value is (65,37,131). Sum of RGB (Red+Green+Blue) = 65+37+131=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #412583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412583 is #BEDA7C. Grayscale: #373737. Windows color (decimal): -12507773 or 8594753. OLE color: 8594753.

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

Color convert

RGB 65 37 131 -
CMYK 0.50 0.72 0 0.49
HSL 257.87º 0.56% 0.33% -
HSV(B) 257.87º 0.72% 0.51% -
XYZ 6.94 4.09 21.9 -
YUV 56.09 170.28 134.36 -
System Red Green Blue C M Y K H S L
Decimal 65 37 131 0.50 0.72 0 0.49 257.87 0.56 0.33
Hex 41 25 83 32 48 0 31 102 38 21
Octal 101 45 203 62 110 0 61 402 70 41
Binary 1000001 100101 10000011 110010 1001000 0 110001 100000010 111000 100001

Color Harmonies of #412583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412583

Black with #412583

Text Example


Text Example

White with #412583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412583; }

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

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

background-color css

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

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

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

border-color css

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

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

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