Html Css Color HEX #3F2580 Windsor

📋 copy color: '#3F2580'

red 63 ◦ green 37 ◦ blue 128

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

Shades of Windsor #3F2580

Tints of Windsor #3F2580

RGB

 RED value IS 63 (25% from 255) = 27.63%

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

 BLUE value IS 128 (50.39% from 255) = 56.14%

R = 27.63%
G = 16.23%
B = 56.14%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3F2580 (or 0x3F2580) is known color: Windsor. HEX triplet: 3F, 25 and 80. RGB value is (63,37,128). Sum of RGB (Red+Green+Blue) = 63+37+128=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #3F2580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2580 is #C0DA7F. Grayscale: #363636. Windows color (decimal): -12638848 or 8398143. OLE color: 8398143.

HSL color Cylindrical-coordinate representation of color #3F2580: hue angle of 257.14º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F2580 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 63 37 128 -
CMYK 0.51 0.71 0 0.50
HSL 257.14º 0.55% 0.32% -
HSV(B) 257.14º 0.71% 0.5% -
XYZ 6.61 3.94 20.83 -
YUV 55.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 63 37 128 0.51 0.71 0 0.50 257.14 0.55 0.32
Hex 3F 25 80 33 47 0 32 101 37 20
Octal 77 45 200 63 107 0 62 401 67 40
Binary 111111 100101 10000000 110011 1000111 0 110010 100000001 110111 100000

Color Harmonies of #3F2580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2580

Black with #3F2580

Text Example


Text Example

White with #3F2580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F2580; }

 p { color: rgb(63,37,128); }

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

background-color css

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

 a { background-color: rgb(63,37,128); }

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

border-color css

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

 span { border-color: rgb(63,37,128); }

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